Searched refs:notify (Results 226 - 250 of 273) sorted by relevance

1234567891011

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTest.java74 this.notify();
/frameworks/av/drm/libmediadrm/
H A DDrmHal.cpp301 listener->notify(eventType, 0, &obj);
319 listener->notify(DrmPlugin::kDrmPluginEventExpirationUpdate, 0, &obj);
364 listener->notify(DrmPlugin::kDrmPluginEventKeysChange, 0, &obj);
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp852 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) function in class:android::MediaPlayer
871 // Allows calls from JNI in idle state to notify errors
873 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
882 ALOGV("MediaPlayer::notify() prepared");
892 ALOGV("MediaPlayer::notify() MEDIA_DRM_INFO(%d, %d, %d, %p)", msg, ext1, ext2, obj);
968 listener->notify(msg, ext1, ext2, obj);
976 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.h444 hardware::Return<void> notify(
451 // Handle one notify message
452 void notify(const hardware::camera::device::V3_2::NotifyMsg& msg);
840 // Set by notify() SHUTTER call.
990 void notify(const camera3_notify_msg *msg);
992 // Specific notify handlers
H A DCamera3Device.cpp81 camera3_callback_ops::notify = &sNotify; member in class:android::camera3_callback_ops
966 hardware::Return<void> Camera3Device::notify( function in class:android::Camera3Device
969 notify(msg);
974 void Camera3Device::notify( function in class:android::Camera3Device
1014 notify(&m);
2678 void Camera3Device::notify(const camera3_notify_msg *msg) { function in class:android::Camera3Device
2687 SET_ERR("HAL sent NULL notify message!");
2701 SET_ERR("Unknown notify message from HAL: %d",
3733 // come through notify.
3754 // come through notify
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java209 mNotificationManager.notify(SystemMessage.NOTE_GLOBAL_SCREENSHOT,
357 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/native/services/inputflinger/
H A DInputDispatcher.cpp2053 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/);
2067 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/);
2099 const sp<Connection>& connection, bool notify) {
2101 ALOGD("channel '%s' ~ abortBrokenDispatchCycle - notify=%s",
2102 connection->getInputChannelName(), toString(notify));
2116 if (notify) {
2150 bool notify; local
2179 notify = status != DEAD_OBJECT || !connection->monitor;
2180 if (notify) {
2188 notify
2098 abortBrokenDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection, bool notify) argument
3396 unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, bool notify) argument
[all...]
H A DInputDispatcher.h1079 bool notify);
1104 status_t unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, bool notify);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp573 mAntagonizer = new Antagonizer(notify, this);
630 p = MediaPlayerFactory::createPlayer(playerType, this, notify, mPid);
1390 void MediaPlayerService::Client::notify( function in class:android::MediaPlayerService::Client
1422 nc->notify(MEDIA_INFO, MEDIA_INFO_STARTED_AS_NEXT, 0, obj);
1424 nc->notify(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN , 0, obj);
1444 ALOGV("[%d] notify (%p, %d, %d, %d)", client->mConnId, cookie, msg, ext1, ext2);
1445 c->notify(msg, ext1, ext2, obj);
H A DMediaPlayerService.h368 static void notify(void* cookie, int msg,
/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.cpp160 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL);
193 void JNIDrmListener::notify(DrmPlugin::EventType eventType, int extra, function in class:android::JNIDrmListener
395 void JDrm::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { function in class:android::JDrm
403 listener->notify(eventType, extra, obj);
H A Dandroid_media_MediaPlayer.cpp109 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
142 void JNIMediaPlayerListener::notify(int msg, int ext1, int ext2, const Parcel *obj) function in class:JNIMediaPlayerListener
197 if (mp != 0) mp->notify(MEDIA_ERROR, opStatus, 0);
/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/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/net/java/android/net/ip/
H A DIpManager.java148 notify();
156 notify();
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java50 * will notify the listener each and every time the gesture is completed again;
414 setRefreshing(refreshing, false /* notify */);
449 private void setRefreshing(boolean refreshing, final boolean notify) { argument
451 mNotify = notify;
952 setRefreshing(true, true /* notify */);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java75 mServerIfLock.notify();
414 * <p>This is an asynchronous call. The callback is used to notify
421 * @return true, the callback will be called to notify success or failure,
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java758 /** The object used to wait/notify */
774 mLockObject.notify();

Completed in 831 milliseconds

1234567891011