Searched refs:notify (Results 151 - 175 of 310) sorted by relevance

1234567891011>>

/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
H A DFixVibrateSetting.java126 mNotificationManager.notify(1, n);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWrongPasswordNotifierTest.java75 verify(mNotificationManager).notify(eq(WrongPasswordNotifier.NOTIFICATION_ID), any());
/frameworks/support/graphics/drawable/animated/src/androidTest/java/androidx/vectordrawable/graphics/drawable/tests/
H A DPathInterpolatorParameterizedTest.java107 lock.notify();
/frameworks/support/navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/
H A DAndroidFragment.java79 notificationManager.notify(0, builder.build());
/frameworks/av/packages/MediaComponents/src/com/android/media/
H A DMediaSession2Stub.java291 private void notify(@NonNull ControllerInfo controller, @NonNull NotifyRunnable runnable) { method in class:MediaSession2Stub
295 private void notify(@NonNull ControllerInfo controller, int commandCode, method in class:MediaSession2Stub
300 // Do not call this API directly. Use notify() instead.
385 // If connection is accepted, notify the current state to the controller.
762 notify(controller, (unused, iController) -> {
782 notify(controller, (unused, iController) -> {
820 notify(controller, (unused, iController) -> {
866 notify(controller, (unused, iController) -> {
949 notify(controller, (unused, iController) -> {
1020 notify(controlle
[all...]
/frameworks/av/include/media/
H A Dmediaplayer.h70 // MediaPlayerListener::notify method defined below.
71 // In this situation, 'notify' is invoked with the following:
100 // MediaPlayerListener::notify method defined below. In this situation,
101 // 'notify' is invoked with the following:
199 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
251 void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
/frameworks/av/media/libmedia/include/media/
H A Dmediaplayer.h70 // MediaPlayerListener::notify method defined below.
71 // In this situation, 'notify' is invoked with the following:
100 // MediaPlayerListener::notify method defined below. In this situation,
101 // 'notify' is invoked with the following:
199 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
251 void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/
H A DMediaPlayer2Interface.h59 virtual void notify(int64_t srcId, int msg, int ext1, int ext2, const Parcel *obj) = 0;
248 listener->notify(srcId, msg, ext1, ext2, obj);
H A Dmediaplayer2.h45 virtual void notify(int64_t srcId, int msg, int ext1, int ext2, const Parcel *obj) = 0;
92 void notify(int64_t srcId, int msg, int ext1, int ext2,
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp40 const sp<AMessage> &notify,
42 : Source(notify),
39 StreamingSource( const sp<AMessage> &notify, const sp<IStreamSource> &source) argument
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp314 notify(MEDIA_RECORDER_EVENT_INFO, MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED, 0);
345 notify(MEDIA_RECORDER_EVENT_INFO, MEDIA_RECORDER_INFO_MAX_DURATION_REACHED, 0);
H A DAMRWriter.cpp213 notify(MEDIA_RECORDER_EVENT_INFO, MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED, 0);
236 notify(MEDIA_RECORDER_EVENT_INFO, MEDIA_RECORDER_INFO_MAX_DURATION_REACHED, 0);
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp62 const sp<AMessage> &notify, bool isWide, const AString &params)
64 mNotifyMsg(notify),
61 AAMRAssembler( const sp<AMessage> &notify, bool isWide, const AString &params) argument
H A DMyHandler.h118 const sp<AMessage> &notify,
120 : mNotify(notify),
179 sp<AMessage> notify = new AMessage('biny', this); local
180 mConn->observeBinaryData(notify);
190 sp<AMessage> notify = new AMessage('biny', this); local
191 mConn->observeBinaryData(notify);
719 sp<AMessage> notify = new AMessage('accu', this); local
720 notify->setSize("track-index", trackIndex);
740 notify, track->mUsingInterleavedTCP);
1220 sp<AMessage> notify local
116 MyHandler( const char *url, const sp<AMessage> &notify, bool uidValid = false, uid_t uid = 0) argument
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DLingerMonitor.java173 private void notify(NetworkAgentInfo fromNai, NetworkAgentInfo toNai, boolean forceToast) { method in class:LingerMonitor
194 Log.e(TAG, "Unknown notify type " + notifyType);
222 // If this network never validated, don't notify. Otherwise, we could do things like:
233 // If this network is a captive portal, don't notify. This cannot happen on initial connect
270 notify(fromNai, toNai, forceToast);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowTracing.java108 mLock.notify();
154 mLock.notify();
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java174 mNotificationManager.notify(id, not);
267 mNotificationManager.notify(1,
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp487 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL);
567 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
588 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL);
596 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL);
654 notify(OMX_EventPortSettingsChanged, kOutputPortIndex,
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp483 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL);
558 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
577 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL);
585 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL);
643 notify(OMX_EventPortSettingsChanged, kOutputPortIndex,
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp439 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
464 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
473 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
487 notify(OMX_EventPortSettingsChanged, 1, 0, NULL);
553 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationManagerCompat.java195 public void notify(int id, @NonNull Notification notification) { method in class:NotificationManagerCompat
196 notify(null, id, notification);
205 public void notify(@Nullable String tag, int id, @NonNull Notification notification) { method in class:NotificationManagerCompat
212 mNotificationManager.notify(tag, id, notification);
605 service.notify(packageName, id, tag, notif);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp685 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
729 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
748 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
804 notify(OMX_EventError, OMX_ErrorUndefined, 0 /* arg2 */, NULL /* data */);
1201 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
1284 notify(OMX_EventError, OMX_ErrorUndefined, 0 /* arg2 */, NULL /* data */);
1332 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
1374 notify(OMX_EventPortSettingsChanged, kOutputPortIndex,
1400 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
1418 notify(OMX_EventErro
[all...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Driver.cpp793 // no need to notify listener
967 sp<AMessage> notify = new AMessage(kWhatNotifyListener, this); local
968 notify->setInt64("srcId", srcId);
969 notify->setInt32("messageId", msg);
970 notify->setInt32("ext1", ext1);
971 notify->setInt32("ext2", ext2);
972 notify->setObject("parcel", ParcelWrapper::Create(in));
973 notify->post();
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp387 listener->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, mWhich);
398 listener->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, mWhich);
427 listener->notify(MEDIA_RECORDER_AUDIO_ROUTING_CHANGED, audioIo, deviceId);
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp373 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
437 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
457 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);

Completed in 1070 milliseconds

1234567891011>>