Searched refs:notify (Results 251 - 275 of 310) sorted by relevance

<<111213

/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp848 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) function in class:android::MediaPlayer
867 // Allows calls from JNI in idle state to notify errors
869 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
878 ALOGV("MediaPlayer::notify() prepared");
888 ALOGV("MediaPlayer::notify() MEDIA_DRM_INFO(%d, %d, %d, %p)", msg, ext1, ext2, obj);
944 ALOGV("Received notify time message");
967 listener->notify(msg, ext1, ext2, obj);
975 notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, 0);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp624 sp<AMessage> notify = mObserveBinaryMessage->dup(); local
625 notify->setBuffer("buffer", buffer);
626 notify->post();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h489 hardware::Return<void> notify(
502 // Handle one notify message
503 void notify(const hardware::camera::device::V3_2::NotifyMsg& msg);
943 // Set by notify() SHUTTER call.
1138 void notify(const camera3_notify_msg *msg);
1140 // Specific notify handlers
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java249 trigger.notify();
642 this.notify();
658 this.notify();
/frameworks/base/core/java/android/app/
H A DNotificationManager.java56 * Class to notify the user of events that happen. This is how you tell
70 * Each of the notify methods takes an int id parameter and optionally a
75 * of the notify methods with a (tag, id) pair that is currently active and
344 public void notify(int id, Notification notification) method in class:NotificationManager
346 notify(null, id, notification);
368 public void notify(String tag, int id, Notification notification) method in class:NotificationManager
397 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
1504 * {@link #notify(String, int, Notification) notify()}
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp2088 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/);
2102 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/);
2134 const sp<Connection>& connection, bool notify) {
2136 ALOGD("channel '%s' ~ abortBrokenDispatchCycle - notify=%s",
2137 connection->getInputChannelName().c_str(), toString(notify));
2151 if (notify) {
2185 bool notify; local
2214 notify = status != DEAD_OBJECT || !connection->monitor;
2215 if (notify) {
2223 notify
2133 abortBrokenDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection, bool notify) argument
3453 unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, bool notify) argument
[all...]
H A DInputDispatcher.h1078 bool notify);
1103 status_t unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, bool notify);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java203 mNotificationManager.notify(SystemMessage.NOTE_GLOBAL_SCREENSHOT,
384 mNotificationManager.notify(SystemMessage.NOTE_GLOBAL_SCREENSHOT,
713 // Play the shutter sound to notify that we've taken a screenshot
859 // Repurpose the existing notification to notify the user of the error
886 nManager.notify(SystemMessage.NOTE_GLOBAL_SCREENSHOT, n);
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp337 status_t DrmManagerClientImpl::notify(const DrmInfoEvent& event) { function in class:DrmManagerClientImpl
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java93 this.notify();
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp240 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL);
273 void JNIDrmListener::notify(DrmPlugin::EventType eventType, int extra, function in class:android::JNIDrmListener
475 void JDrm::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { function in class:android::JDrm
483 listener->notify(eventType, extra, obj);
H A Dandroid_media_MediaRecorder.cpp83 void notify(int msg, int ext1, int ext2);
116 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2) function in class:JNIMediaRecorderListener
118 ALOGV("JNIMediaRecorderListener::notify");
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java89 mSoundPool.notify();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java219 mNotificationManager.notify(printJob.getId().flattenToString(), 0, builder.build());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DAvailableNetworkNotifier.java406 getNotificationManager().notify(mSystemMessageNotificationId, notification);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java298 getNotificationManager(context).notify(notificationType.getTypeId(), builder.build());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTrackerTest.java440 // notify signal strength again, but this time data RAT is not LTE
692 // Enable roaming and trigger events to notify handler registered
778 // Enable roaming and trigger events to notify handler registered
1244 verify(nm).notify(anyString(), anyInt(), notificationArgumentCaptor.capture());
1272 verify(nm).notify(anyString(), anyInt(), notificationArgumentCaptor.capture());
1299 verify(nm).notify(anyString(), anyInt(), notificationArgumentCaptor.capture());
1327 verify(nm).notify(anyString(), anyInt(), notificationArgumentCaptor.capture());
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingTest.java86 this.notify();
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp47 void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj);
64 void DrmListener::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { function in class:DrmListener
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp76 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
197 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) function in class:JNICameraContext
199 ALOGV("notify");
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp296 Return<void> notify(const TvInputEvent& event) override;
579 Return<void> JTvInputHal::TvInputCallback::notify(const TvInputEvent& event) { function in class:android::JTvInputHal::TvInputCallback
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java300 verify(mNotificationManager, times(1)).notify(eq(ZenModeHelper.TAG),
314 verify(mNotificationManager, never()).notify(eq(ZenModeHelper.TAG),
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DSwipeRefreshLayout.java54 * will notify the listener each and every time the gesture is completed again;
434 setRefreshing(refreshing, false /* notify */);
464 private void setRefreshing(boolean refreshing, final boolean notify) { argument
466 mNotify = notify;
969 setRefreshing(true, true /* notify */);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1424 void MediaPlayerService::Client::notify( function in class:android::MediaPlayerService::Client
1451 nc->notify(MEDIA_INFO, MEDIA_INFO_STARTED_AS_NEXT, 0, obj);
1453 nc->notify(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN , 0, obj);
1473 ALOGV("[%d] notify (%d, %d, %d)", mConnId, msg, ext1, ext2);
1474 c->notify(msg, ext1, ext2, obj);
1588 p->mListener->notify(0, 0, 0, 0);
/frameworks/av/drm/libmediadrm/
H A DDrmHal.cpp427 listener->notify(eventType, 0, &obj);
445 listener->notify(DrmPlugin::kDrmPluginEventExpirationUpdate, 0, &obj);
491 listener->notify(DrmPlugin::kDrmPluginEventKeysChange, 0, &obj);

Completed in 3433 milliseconds

<<111213