Searched refs:notify (Results 176 - 200 of 231) sorted by relevance

12345678910

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp120 NuPlayer::CCDecoder::CCDecoder(const sp<AMessage> &notify) argument
121 : mNotify(notify),
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp494 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
507 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp71 void notify(int msg, int ext1, int ext2);
104 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2) function in class:JNIMediaRecorderListener
106 ALOGV("JNIMediaRecorderListener::notify");
H A Dandroid_media_MediaPlayer.cpp84 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
117 void JNIMediaPlayerListener::notify(int msg, int ext1, int ext2, const Parcel *obj) function in class:JNIMediaPlayerListener
172 if (mp != 0) mp->notify(MEDIA_ERROR, opStatus, 0);
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
394 void JDrm::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { function in class:android::JDrm
402 listener->notify(eventType, extra, obj);
/frameworks/base/packages/Osu/src/com/android/
H A DMainActivity.java342 notificationManager.notify(NOTIFICATION_ID, builder.build());
380 notificationManager.notify(NOTIFICATION_MESSAGE_ID, builder.build());
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java390 noMa.notify(NOTIFICATION_ID + i, n);
392 L(" %s: notify=%dms (%d/%d)", summarize(n), time,
439 noMa.notify(NOTIFICATION_ID + i, n2);
441 L(" %s: notify=%dms", summarize(n2), time);
/frameworks/av/cmds/stagefright/
H A Dstream.cpp272 virtual void notify(int msg, int ext1 __unused, int ext2 __unused, const Parcel *obj __unused) { function in struct:MyClient
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp354 listener->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, mWhich);
H A DMediaPlayerService.h336 static void notify(void* cookie, int msg,
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java346 CameraSource.this.notify();
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeUI.java246 mNotificationManager.notify(R.id.notification_volumeui,
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java346 NotificationManager.from(mContext).notify(TAG, 0, builder.build());
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java142 countryFoundLocker.notify();
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTest.java74 this.notify();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingTest.java89 this.notify();
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp798 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) function in class:android::MediaPlayer
817 // Allows calls from JNI in idle state to notify errors
819 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
909 listener->notify(msg, ext1, ext2, obj);
917 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/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java204 mNotificationManager.notify(R.id.notification_screenshot, mNotificationBuilder.build());
350 mNotificationManager.notify(R.id.notification_screenshot, mNotificationBuilder.build());
705 // Play the shutter sound to notify that we've taken a screenshot
851 // Repurpose the existing notification to notify the user of the error
868 nManager.notify(R.id.notification_screenshot, n);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp2052 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/);
2066 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/);
2098 const sp<Connection>& connection, bool notify) {
2100 ALOGD("channel '%s' ~ abortBrokenDispatchCycle - notify=%s",
2101 connection->getInputChannelName(), toString(notify));
2115 if (notify) {
2149 bool notify; local
2178 notify = status != DEAD_OBJECT || !connection->monitor;
2179 if (notify) {
2187 notify
2097 abortBrokenDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection, bool notify) argument
3395 unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, bool notify) argument
[all...]
/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/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java89 mSoundPool.notify();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java120 lock.notify();
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp52 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
78 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) { function in class:android::CameraSourceListener
82 ALOGV("notify(%d, %d, %d)", msgType, ext1, ext2);

Completed in 1217 milliseconds

12345678910