Searched refs:notify (Results 76 - 100 of 273) sorted by relevance

1234567891011

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h28 DecoderPassThrough(const sp<AMessage> &notify,
H A DStreamingSource.h32 const sp<AMessage> &notify,
H A DGenericSource.cpp52 const sp<AMessage> &notify,
55 : Source(notify),
73 mBufferingMonitor = new BufferingMonitor(notify);
769 sp<AMessage> notify = dupNotify(); local
770 notify->setInt32("what", what);
771 notify->setBuffer("buffer", buffer);
772 notify->post();
802 sp<AMessage> notify = dupNotify(); local
803 notify->setInt32("what", what);
804 notify
51 GenericSource( const sp<AMessage> &notify, bool uidValid, uid_t uid) argument
1526 BufferingMonitor(const sp<AMessage> &notify) argument
1713 sp<AMessage> notify = mNotify->dup(); local
1725 sp<AMessage> notify = mNotify->dup(); local
1739 sp<AMessage> notify = mNotify->dup(); local
1754 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DRTSPSource.cpp42 const sp<AMessage> &notify,
49 : Source(notify),
132 sp<AMessage> notify = new AMessage(kWhatNotify, this); local
138 mSDPLoader = new SDPLoader(notify,
145 mHandler = new MyHandler(mURL.c_str(), notify, mUIDValid, mUID);
829 sp<AMessage> notify = new AMessage(kWhatNotify, this); local
831 mHandler = new MyHandler(rtspUri.c_str(), notify, mUIDValid, mUID);
905 sp<AMessage> notify = dupNotify(); local
906 notify->setInt32("what", kWhatPauseOnBufferingStart);
907 notify
41 RTSPSource( const sp<AMessage> &notify, const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers, bool uidValid, uid_t uid, bool isSDP) argument
921 sp<AMessage> notify = dupNotify(); local
[all...]
H A DHTTPLiveSource.h32 const sp<AMessage> &notify,
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.h38 const sp<AMessage> &notify);
H A DAH263Assembler.cpp32 AH263Assembler::AH263Assembler(const sp<AMessage> &notify) argument
33 : mNotifyMsg(notify),
H A DARTPConnection.cpp83 const sp<AMessage> &notify,
90 msg->setMessage("notify", notify);
202 CHECK(msg->findMessage("notify", &info->mNotifyMsg));
415 sp<AMessage> notify = s->mNotifyMsg->dup(); local
416 notify->setInt32("first-rtp", true);
417 notify->post();
501 sp<AMessage> notify = s->mNotifyMsg->dup(); local
502 notify->setInt32("first-rtcp", true);
503 notify
79 addStream( int rtpSocket, int rtcpSocket, const sp<ASessionDescription> &sessionDesc, size_t index, const sp<AMessage> &notify, bool injected) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DHandlerThreadTest.java42 HandlerThreadTest.this.notify();
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2DeviceTester.java71 notify();
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp346 notify(OMX_EventError, OMX_ErrorOverflow, 0, NULL);
357 notify(OMX_EventError, OMX_ErrorStreamCorrupt, 0, NULL);
372 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
383 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
393 notify(OMX_EventError, OMX_ErrorOverflow, 0, NULL);
404 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
413 notify(OMX_EventError, OMX_ErrorStreamCorrupt, 0, NULL);
/frameworks/support/media-compat/tests/src/android/support/v4/media/
H A DMediaBrowserServiceCompatTest.java434 mWaitLock.notify();
452 mWaitLock.notify();
465 mWaitLock.notify();
483 mWaitLock.notify();
503 mWaitLock.notify();
513 mWaitLock.notify();
539 mWaitLock.notify();
550 mWaitLock.notify();
561 mWaitLock.notify();
583 mWaitLock.notify();
[all...]
H A DMediaBrowserCompatTest.java55 * we notify to the browser after the unsubscription that the media items have changed.
279 // After unsubscribing, make StubMediaBrowserServiceCompat notify that the children are
335 // After unsubscribing, make StubMediaBrowserServiceCompat notify that the children are
420 // After unsubscribing, make StubMediaBrowserServiceCompat notify that the children are
473 // Make StubMediaBrowserServiceCompat notify that the children are changed.
581 mWaitLock.notify();
589 mWaitLock.notify();
597 mWaitLock.notify();
626 mWaitLock.notify();
637 mWaitLock.notify();
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp46 jmethodID notify; member in struct:android::__anon1305
67 env->CallVoidMethod(gCallback, gFingerprintServiceClassInfo.notify, type, arg1, arg2, arg3);
88 // Called by the HAL to notify us of fingerprint events
239 if (gContext.device->notify != hal_notify_callback) {
240 ALOGE("NOTIFY not set properly: %p != %p", gContext.device->notify, hal_notify_callback);
274 gFingerprintServiceClassInfo.notify =
275 GetMethodIDOrDie(env, gFingerprintServiceClassInfo.clazz,"notify", "(IIII)V");
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp140 const sp<AMessage> &notify,
145 : mNotify(notify),
612 sp<AMessage> notify = mNotify->dup(); local
613 notify->setInt32("what", kWhatStarted);
614 notify->setInt32("err", err);
615 notify->post();
623 sp<AMessage> notify = mNotify->dup(); local
624 notify->setInt32("what", kWhatPaused);
625 notify->setInt32("seekMode",
629 notify
139 PlaylistFetcher( const sp<AMessage> &notify, const sp<LiveSession> &session, const char *uri, int32_t id, int32_t subtitleGeneration) argument
637 sp<AMessage> notify = mNotify->dup(); local
649 sp<AMessage> notify = mNotify->dup(); local
811 sp<AMessage> notify = mNotify->dup(); local
817 sp<AMessage> notify = mNotify->dup(); local
1894 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DLiveSession.cpp272 const sp<AMessage> &notify, uint32_t flags,
274 : mNotify(notify),
903 sp<AMessage> notify = mNotify->dup(); local
904 notify->setInt32("what", kWhatMetadataDetected);
905 notify->post();
1166 sp<AMessage> notify = new AMessage(kWhatFetcherNotify, this); local
1167 notify->setString("uri", uri);
1168 notify->setInt32("switchGeneration", mSwitchGeneration);
1172 notify, this, uri, mCurBandwidthIndex, mSubtitleGeneration);
1758 sp<AMessage> notify local
271 LiveSession( const sp<AMessage> &notify, uint32_t flags, const sp<IMediaHTTPService> &httpService) argument
2245 sp<AMessage> notify = mNotify->dup(); local
2258 sp<AMessage> notify = mNotify->dup(); local
2275 sp<AMessage> notify = mNotify->dup(); local
2385 sp<AMessage> notify = mNotify->dup(); local
2394 sp<AMessage> notify = mNotify->dup(); local
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp172 sp<AMessage> notify = new AMessage(kWhatRTSPNotify, this); local
175 mInterfaceAddr, port, notify, &mSessionID);
531 // HDCPObserver::notify is completely handled before
1242 sp<AMessage> notify = new AMessage(kWhatPlaybackSessionNotify, this); local
1243 notify->setInt32("playbackSessionID", playbackSessionID);
1244 notify->setInt32("sessionID", sessionID);
1248 mOpPackageName, mNetSession, notify, mInterfaceAddr, mHDCP, mMediaPath.c_str());
1670 explicit HDCPObserver(const sp<AMessage> &notify);
1672 virtual void notify(
1682 const sp<AMessage> &notify)
1681 HDCPObserver( const sp<AMessage> &notify) argument
1686 void WifiDisplaySource::HDCPObserver::notify( function in class:android::WifiDisplaySource::HDCPObserver
1688 sp<AMessage> notify = mNotify->dup(); local
1710 sp<AMessage> notify = new AMessage(kWhatHDCPNotify, this); local
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DSortedList.java25 * A Sorted list implementation that can keep items in order and also notify for changes in the
391 private int add(T item, boolean notify) { argument
410 if (notify) {
442 private boolean remove(T item, boolean notify) { argument
447 removeItemAtIndex(index, notify);
451 private void removeItemAtIndex(int index, boolean notify) { argument
455 if (notify) {
681 * SortedList calls the callback methods on this class to notify changes about the underlying
747 * A callback implementation that can batch notify events dispatched by the SortedList.
/frameworks/av/include/media/
H A Dmediarecorder.h129 // The "msg" code passed to the listener in notify.
144 * The (part of) "what" code passed to the listener in notify.
212 virtual void notify(int msg, int ext1, int ext2) = 0;
249 void notify(int msg, int ext1, int ext2);
/frameworks/av/media/libmedia/include/media/
H A Dmediarecorder.h129 // The "msg" code passed to the listener in notify.
144 * The (part of) "what" code passed to the listener in notify.
212 virtual void notify(int msg, int ext1, int ext2) = 0;
249 void notify(int msg, int ext1, int ext2);
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp475 notify(OMX_EventCmdComplete, OMX_CommandStateSet, state, NULL);
501 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
541 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL);
554 // which leads to flushing ports. At this time, it should be ok to notify
557 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
585 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL);
643 notify(OMX_EventCmdComplete, OMX_CommandStateSet, mState, NULL);
657 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL);
667 notify(OMX_EventCmdComplete, OMX_CommandPortEnable, i, NULL);
/frameworks/base/core/java/com/android/internal/midi/
H A DEventScheduler.java160 // event then notify any threads waiting for the next event.
162 mLock.notify();
248 mLock.notify();
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomSurfaceView.java231 mSurfaceLock.notify();
240 mSurfaceLock.notify();
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.h127 virtual void notify(const char* event, int data1, bool async);
128 virtual void notify(const char* event, int data1, int data2, bool async);
/frameworks/av/drm/libdrmframework/
H A DNoOpDrmManagerClientImpl.cpp222 status_t NoOpDrmManagerClientImpl::notify( function in class:android::NoOpDrmManagerClientImpl

Completed in 643 milliseconds

1234567891011