Searched refs:notify (Results 101 - 125 of 155) sorted by relevance

1234567

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp77 sp<AMessage> notify = new AMessage(kWhatNotify, mReflector->id()); local
79 mHandler = new MyHandler(mURL.c_str(), notify, mUIDValid, mUID);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp356 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
369 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp279 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
317 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp259 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
278 notify(OMX_EventPortSettingsChanged, 1, 0, NULL);
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp435 const sp<AMessage> &notify, const AString &params)
436 : mNotifyMsg(notify),
434 AMPEG4AudioAssembler( const sp<AMessage> &notify, const AString &params) argument
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java286 this.notify();
302 this.notify();
/frameworks/base/core/java/android/webkit/
H A DWebViewDatabaseClassic.java134 // Thread done, notify.
136 notify();
154 notify();
H A DHTML5Audio.java104 IsPrivateBrowsingEnabledGetter.this.notify();
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java367 notify();
376 notify();
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp341 // doesn't need prefetching, notify good to go
533 notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/);
606 // Do not call the superclass onPrepare to notify, because it uses a default error
609 notify(PLAYEREVENT_PREPARED, (int32_t)prepareRes, true /*async*/);
778 // there's no need to do a notify of PLAYEREVENT_CHANNEL_COUNT,
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp66 void notify(int msg, int ext1, int ext2);
99 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2) function in class:JNIMediaRecorderListener
101 ALOGV("JNIMediaRecorderListener::notify");
/frameworks/av/include/media/
H A DSoundPool.h203 void notify(SoundPoolEvent event);
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h114 void requestActivityNotification(const sp<AMessage> &notify);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp217 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp88 void SoftOMXComponent::notify( function in class:android::SoftOMXComponent
/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java412 mSuspendLock.notify();
/frameworks/base/services/java/com/android/server/net/
H A DLockdownVpnTracker.java288 NotificationManager.from(mContext).notify(TAG, 0, builder.build());
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPerformanceTest.java158 mStats.notify();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java253 videoSizeChanged.notify();
681 lock.notify();
704 Log.v(TAG, "notify the prepare callback");
705 prepareDone.notify();
749 Log.v(TAG, "notify the completion callback");
750 onCompletion.notify();
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java112 this.notify();
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp41 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
65 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) { function in class:android::CameraSourceListener
66 ALOGV("notify(%d, %d, %d)", msgType, ext1, ext2);
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp139 sp<AMessage> notify = new AMessage(kWhatRTSPNotify, id()); local
142 mRTSPHost.c_str(), sourcePort, notify, &mSessionID);
/frameworks/av/camera/
H A DCamera.cpp359 listener->notify(msgType, ext1, ext2);
/frameworks/av/cmds/stagefright/
H A Dstream.cpp268 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) { function in struct:MyClient
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java117 this.notify();

Completed in 470 milliseconds

1234567