Searched refs:notify (Results 51 - 75 of 231) sorted by relevance

12345678910

/frameworks/av/media/libstagefright/
H A DACodec.cpp138 sp<AMessage> notify = mNotify->dup(); local
145 notify->setInt32("node", omx_msg.node);
203 notify->setObject("messages", msgList);
204 notify->post();
270 DeathNotifier(const sp<AMessage> &notify) argument
271 : mNotify(notify) {
935 sp<AMessage> notify = mNotify->dup(); local
936 notify->setInt32("what", CodecBase::kWhatBuffersAllocated);
938 notify->setInt32("portIndex", portIndex);
947 notify
4683 getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify) argument
5216 addKeyFormatChangesToRenderBufferNotification(sp<AMessage> &notify) argument
5251 sp<AMessage> notify = mNotify->dup(); local
5261 sp<AMessage> notify = mNotify->dup(); local
5416 sp<AMessage> notify = mCodec->mNotify->dup(); local
5645 sp<AMessage> notify = mCodec->mNotify->dup(); local
6071 sp<AMessage> notify = mCodec->mNotify->dup(); local
6088 sp<AMessage> notify = mCodec->mNotify->dup(); local
6308 sp<AMessage> notify = mCodec->mNotify->dup(); local
6318 sp<AMessage> notify = mCodec->mNotify->dup(); local
6361 sp<AMessage> notify = new AMessage(kWhatOMXDied, mCodec); local
6451 sp<AMessage> notify = mCodec->mNotify->dup(); local
6504 sp<AMessage> notify = mCodec->mNotify->dup(); local
6558 sp<AMessage> notify = mCodec->mNotify->dup(); local
6595 sp<AMessage> notify = mCodec->mNotify->dup(); local
6720 sp<AMessage> notify = mCodec->mNotify->dup(); local
6763 sp<AMessage> notify = mCodec->mNotify->dup(); local
6878 sp<AMessage> notify = mCodec->mNotify->dup(); local
6950 sp<AMessage> notify = mCodec->mNotify->dup(); local
7308 sp<AMessage> notify = mNotify->dup(); local
7795 sp<AMessage> notify = mCodec->mNotify->dup(); local
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp215 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); local
217 msg->setObject("source", new StreamingSource(notify, source));
246 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); local
250 source = new HTTPLiveSource(notify, httpService, url, headers);
253 notify, httpService, url, headers, mUIDValid, mUID);
259 notify, httpService, url, headers, mUIDValid, mUID, true);
262 new GenericSource(notify, mUIDValid, mUID);
282 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); local
285 new GenericSource(notify, mUIDValid, mUID);
300 sp<AMessage> notify local
1359 sp<AMessage> notify = new AMessage(kWhatRendererNotify, this); local
1620 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); local
1639 sp<AMessage> notify = new AMessage(kWhatVideoNotify, this); local
2431 sp<AMessage> notify = dupNotify(); local
2438 sp<AMessage> notify = dupNotify(); local
2445 sp<AMessage> notify = dupNotify(); local
2452 sp<AMessage> notify = dupNotify(); local
[all...]
H A DRTSPSource.cpp42 const sp<AMessage> &notify,
49 : Source(notify),
102 sp<AMessage> notify = new AMessage(kWhatNotify, this); local
108 mSDPLoader = new SDPLoader(notify,
115 mHandler = new MyHandler(mURL.c_str(), notify, mUIDValid, mUID);
704 sp<AMessage> notify = new AMessage(kWhatNotify, this); local
706 mHandler = new MyHandler(rtspUri.c_str(), notify, mUIDValid, mUID);
780 sp<AMessage> notify = dupNotify(); local
781 notify->setInt32("what", kWhatPauseOnBufferingStart);
782 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
796 sp<AMessage> notify = dupNotify(); local
[all...]
H A DNuPlayerDecoder.cpp49 const sp<AMessage> &notify,
55 : DecoderBase(notify),
400 sp<AMessage> notify = mNotify->dup(); local
401 notify->setInt32("what", kWhatFlushCompleted);
402 notify->post();
408 // if there is a pending resume request, notify complete now
436 sp<AMessage> notify = mNotify->dup(); local
437 notify->setInt32("what", kWhatShutdownCompleted);
438 notify->post();
482 sp<AMessage> notify local
48 Decoder( const sp<AMessage> &notify, const sp<Source> &source, pid_t pid, const sp<Renderer> &renderer, const sp<Surface> &surface, const sp<CCDecoder> &ccDecoder) argument
623 sp<AMessage> notify = mNotify->dup(); local
1053 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DNuPlayerDecoderPassThrough.h28 DecoderPassThrough(const sp<AMessage> &notify,
H A DGenericSource.cpp50 const sp<AMessage> &notify,
53 : Source(notify),
71 mBufferingMonitor = new BufferingMonitor(notify);
798 sp<AMessage> notify = dupNotify(); local
799 notify->setInt32("what", what);
800 notify->setBuffer("buffer", buffer);
801 notify->post();
831 sp<AMessage> notify = dupNotify(); local
832 notify->setInt32("what", what);
833 notify
49 GenericSource( const sp<AMessage> &notify, bool uidValid, uid_t uid) argument
1508 BufferingMonitor(const sp<AMessage> &notify) argument
1658 sp<AMessage> notify = mNotify->dup(); local
1670 sp<AMessage> notify = mNotify->dup(); local
1684 sp<AMessage> notify = mNotify->dup(); local
1701 sp<AMessage> notify = mNotify->dup(); local
[all...]
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoService.java68 noman.notify(1, builder.build());
92 noman.notify(CAT_NOTIFICATION, builder.build());
120 noman.notify(500, new Notification.Builder(context)
/frameworks/av/media/libstagefright/rtsp/
H A DARawAudioAssembler.cpp37 const sp<AMessage> &notify,
40 : mNotifyMsg(notify),
36 ARawAudioAssembler( const sp<AMessage> &notify, const char * , const AString & ) argument
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/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
H A DMultiArgTestAdapter.java101 public void setValue(String value, boolean notify) { argument
103 if (notify) {
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.h36 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj);
68 mPlayerClient->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, 0, NULL);
111 const bool mHasVideo; // const allows MediaPlayerNotificationClient::notify to safely access
/frameworks/av/include/media/
H A DIHDCP.h27 virtual void notify(
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.
210 virtual void notify(int msg, int ext1, int ext2) = 0;
246 void notify(int msg, int ext1, int ext2);
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp218 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
268 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
278 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
293 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/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/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp173 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
180 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
236 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
249 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
343 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp46 jmethodID notify; member in struct:android::__anon1108
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),
562 sp<AMessage> notify = mNotify->dup(); local
563 notify->setInt32("what", kWhatStarted);
564 notify->setInt32("err", err);
565 notify->post();
573 sp<AMessage> notify = mNotify->dup(); local
574 notify->setInt32("what", kWhatPaused);
575 notify->setInt32("seekMode",
579 notify
139 PlaylistFetcher( const sp<AMessage> &notify, const sp<LiveSession> &session, const char *uri, int32_t id, int32_t subtitleGeneration) argument
587 sp<AMessage> notify = mNotify->dup(); local
599 sp<AMessage> notify = mNotify->dup(); local
761 sp<AMessage> notify = mNotify->dup(); local
767 sp<AMessage> notify = mNotify->dup(); local
1810 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DLiveSession.cpp277 const sp<AMessage> &notify, uint32_t flags,
279 : mNotify(notify),
891 sp<AMessage> notify = mNotify->dup(); local
892 notify->setInt32("what", kWhatMetadataDetected);
893 notify->post();
1154 sp<AMessage> notify = new AMessage(kWhatFetcherNotify, this); local
1155 notify->setString("uri", uri);
1156 notify->setInt32("switchGeneration", mSwitchGeneration);
1160 notify, this, uri, mCurBandwidthIndex, mSubtitleGeneration);
1743 sp<AMessage> notify local
276 LiveSession( const sp<AMessage> &notify, uint32_t flags, const sp<IMediaHTTPService> &httpService) argument
2227 sp<AMessage> notify = mNotify->dup(); local
2240 sp<AMessage> notify = mNotify->dup(); local
2257 sp<AMessage> notify = mNotify->dup(); local
2367 sp<AMessage> notify = mNotify->dup(); local
2376 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
1244 sp<AMessage> notify = new AMessage(kWhatPlaybackSessionNotify, this); local
1245 notify->setInt32("playbackSessionID", playbackSessionID);
1246 notify->setInt32("sessionID", sessionID);
1250 mOpPackageName, mNetSession, notify, mInterfaceAddr, mHDCP, mMediaPath.c_str());
1672 HDCPObserver(const sp<AMessage> &notify);
1674 virtual void notify(
1684 const sp<AMessage> &notify)
1683 HDCPObserver( const sp<AMessage> &notify) argument
1688 void WifiDisplaySource::HDCPObserver::notify( function in class:android::WifiDisplaySource::HDCPObserver
1690 sp<AMessage> notify = mNotify->dup(); local
1712 sp<AMessage> notify = new AMessage(kWhatHDCPNotify, this); local
[all...]
/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();

Completed in 686 milliseconds

12345678910