Searched refs:notify (Results 126 - 150 of 231) sorted by relevance

12345678910

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java531 MediaSource.this.notify();
542 MediaSource.this.notify();
562 if (mLogVerbose) Log.v(TAG, "New frame: notify");
564 MediaSource.this.notify();
565 if (mLogVerbose) Log.v(TAG, "New frame: notify done");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java101 closeControls(-1 /* x */, -1 /* y */, true /* notify */);
380 public void closeControls(int x, int y, boolean notify) { argument
382 if (notify && mListener != null) {
407 if (notify && mListener != null) {
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerClientImpl.h410 virtual status_t notify(const DrmInfoEvent& event);
/frameworks/av/include/camera/
H A DCamera.h42 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.cpp170 mObserver->notify(msg, ext1, ext2, NULL /* obj */);
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp486 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL);
573 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
594 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL);
602 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL);
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp448 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL);
523 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
542 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL);
550 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL);
/frameworks/av/media/libstagefright/include/
H A DSoftOMXComponent.h48 void notify(
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java134 mCond.notify();
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java309 Log.v(LOG_TAG, "notify network connectivity changed");
319 Log.v(LOG_TAG, "notify that scan results are available");
320 this.notify();
329 Log.v(LOG_TAG, "notify wifi state changed.");
330 mWifiMonitor.notify();
340 mDownloadMonitor.notify();
349 Log.v(LOG_TAG, "notify wifi AP state changed.");
350 this.notify();
/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java127 mNotificationManager.notify(id, notification);
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothPacketEncoder.java194 mLock.notify();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioManagerTest.java59 mLooperLock.notify();
H A DMediaAudioEffectTest.java1367 lock.notify();
1375 lock.notify();
1381 lock.notify();
1439 lock.notify();
1451 lock.notify();
1464 lock.notify();
1473 lock.notify();
/frameworks/base/services/usb/java/com/android/server/usb/
H A DMtpNotificationManager.java101 mContext.getSystemService(NotificationManager.class).notify(
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java99 fillUpDone.notify();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimPhoneBookManager.java531 mLock.notify();
541 mLock.notify();
551 mLock.notify();
562 mLock.notify();
/frameworks/av/media/libmedia/
H A DIHDCP.cpp44 virtual void notify( function in struct:android::BpHDCPObserver
190 notify(msg, ext1, ext2, &obj);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp239 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
247 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp35 AAVCAssembler::AAVCAssembler(const sp<AMessage> &notify) argument
36 : mNotifyMsg(notify),
H A DAMPEG4ElementaryAssembler.cpp110 const sp<AMessage> &notify, const AString &desc, const AString &params)
111 : mNotifyMsg(notify),
109 AMPEG4ElementaryAssembler( const sp<AMessage> &notify, const AString &desc, const AString &params) argument
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DDocumentLoader.java204 task.notify(mResolver);
422 void notify(ContentResolver resolver) { method in class:DocumentLoader.LoaderTask
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java386 mLock.notify();
432 mLock.notify();
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1120 notify(MEDIA_RECORDER_TRACK_EVENT_INFO,
2406 mOwner->notify(MEDIA_RECORDER_EVENT_INFO, MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED, 0);
2412 mOwner->notify(MEDIA_RECORDER_EVENT_INFO, MEDIA_RECORDER_INFO_MAX_DURATION_REACHED, 0);
2723 mOwner->notify(MEDIA_RECORDER_TRACK_EVENT_INFO,
2727 mOwner->notify(MEDIA_RECORDER_TRACK_EVENT_INFO,
2731 mOwner->notify(MEDIA_RECORDER_TRACK_EVENT_INFO,
2745 mOwner->notify(MEDIA_RECORDER_TRACK_EVENT_INFO,
2750 mOwner->notify(MEDIA_RECORDER_TRACK_EVENT_INFO,
2755 mOwner->notify(MEDIA_RECORDER_TRACK_EVENT_INFO,
2762 mOwner->notify(MEDIA_RECORDER_TRACK_EVENT_INF
[all...]
H A DMediaCodec.cpp432 status_t MediaCodec::setOnFrameRenderedNotification(const sp<AMessage> &notify) { argument
434 msg->setMessage("on-frame-rendered", notify);
978 void MediaCodec::requestActivityNotification(const sp<AMessage> &notify) { argument
980 msg->setMessage("notify", notify);
1469 sp<AMessage> notify = mOnFrameRenderedNotification->dup(); local
1470 notify->setMessage("data", msg);
1471 notify->post();
1590 // We already notify the client of this by using the
1675 sp<AMessage> notify; local
2632 sp<AMessage> notify = mOnFrameRenderedNotification->dup(); local
[all...]

Completed in 1332 milliseconds

12345678910