Searched refs:mNotify (Results 1 - 23 of 23) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp34 : mNotify(notify),
94 sp<AMessage> notify = mNotify->dup();
127 sp<AMessage> notify = mNotify->dup();
H A DNuPlayerDecoder.h49 sp<AMessage> mNotify; member in struct:android::NuPlayer::Decoder
H A DNuPlayerRenderer.h81 sp<AMessage> mNotify; member in struct:android::NuPlayer::Renderer
H A DNuPlayerRenderer.cpp36 mNotify(notify),
400 sp<AMessage> notify = mNotify->dup();
406 sp<AMessage> notify = mNotify->dup();
572 sp<AMessage> notify = mNotify->dup();
627 sp<AMessage> notify = mNotify->dup();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h50 sp<AMessage> mNotify; member in struct:android::MediaPuller
H A DMediaPuller.cpp35 mNotify(notify),
140 sp<AMessage> notify = mNotify->dup();
164 sp<AMessage> notify = mNotify->dup();
H A DConverter.h75 sp<AMessage> mNotify; member in struct:android::Converter
H A DConverter.cpp46 mNotify(notify),
191 sp<AMessage> notify = mNotify->dup();
424 sp<AMessage> notify = mNotify->dup();
472 sp<AMessage> notify = mNotify->dup();
568 sp<AMessage> notify = mNotify->dup();
585 sp<AMessage> notify = mNotify->dup();
H A DPlaybackSession.h92 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::PlaybackSession
H A DSender.h83 sp<AMessage> mNotify; member in struct:android::Sender
H A DPlaybackSession.cpp101 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::PlaybackSession::Track
125 : mNotify(notify),
216 sp<AMessage> notify = mNotify->dup();
319 mNotify(notify),
401 sp<AMessage> notify = mNotify->dup();
554 sp<AMessage> notify = mNotify->dup();
904 sp<AMessage> notify = mNotify->dup();
H A DSender.cpp112 mNotify(notify),
640 sp<AMessage> notify = mNotify->dup();
803 sp<AMessage> notify = mNotify->dup();
967 sp<AMessage> notify = mNotify->dup();
973 sp<AMessage> notify = mNotify->dup();
H A DWifiDisplaySource.cpp1438 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::HDCPObserver
1445 : mNotify(notify) {
1450 sp<AMessage> notify = mNotify->dup();
/frameworks/av/include/media/
H A DMediaPlayerInterface.h115 MediaPlayerBase() : mCookie(0), mNotify(0) {}
188 mCookie = cookie; mNotify = notifyFunc;
194 if (mNotify) mNotify(mCookie, msg, ext1, ext2, obj);
206 notify_callback_f mNotify; member in class:android::MediaPlayerBase
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.h64 sp<AMessage> mNotify; member in struct:android::ARTPSource
H A DARTPSource.cpp52 mNotify(notify) {
98 sp<AMessage> notify = mNotify->dup();
H A DMyHandler.h114 : mNotify(notify),
780 sp<AMessage> msg = mNotify->dup();
889 sp<AMessage> msg = mNotify->dup();
998 sp<AMessage> msg = mNotify->dup();
1206 sp<AMessage> mNotify; member in struct:android::MyHandler
1412 sp<AMessage> msg = mNotify->dup();
1485 sp<AMessage> msg = mNotify->dup();
1493 sp<AMessage> msg = mNotify->dup();
1501 sp<AMessage> msg = mNotify->dup();
1509 sp<AMessage> msg = mNotify
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.cpp94 sp<AMessage> mNotify; member in struct:android::ANetworkSession::Session
136 mNotify(notify),
170 sp<AMessage> msg = mNotify->dup();
201 return mNotify;
250 sp<AMessage> notify = mNotify->dup();
317 sp<AMessage> notify = mNotify->dup();
340 sp<AMessage> notify = mNotify->dup();
366 sp<AMessage> notify = mNotify->dup();
520 sp<AMessage> msg = mNotify->dup();
530 sp<AMessage> msg = mNotify
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1261 if (info->mNotify != NULL) {
1262 sp<AMessage> msg = info->mNotify;
1263 info->mNotify = NULL;
1289 CHECK(info->mNotify == NULL);
1290 CHECK(msg->findMessage("reply", &info->mNotify));
1362 if (info->mNotify == NULL || !info->mOwnedByClient) {
1370 sp<AMessage> reply = info->mNotify;
1411 info->mNotify = NULL;
1436 if (info->mNotify == NULL || !info->mOwnedByClient) {
1441 info->mNotify
[all...]
H A DMPEG2TSWriter.cpp74 sp<AMessage> mNotify; member in struct:android::MPEG2TSWriter::SourceInfo
136 mNotify = notify;
246 sp<AMessage> notify = mNotify->dup();
254 sp<AMessage> notify = mNotify->dup();
353 sp<AMessage> notify = mNotify->dup();
373 sp<AMessage> notify = mNotify->dup();
395 sp<AMessage> notify = mNotify->dup();
H A DACodec.cpp56 mNotify = msg;
61 sp<AMessage> msg = mNotify->dup();
118 sp<AMessage> mNotify; member in struct:android::CodecObserver
368 mNotify = msg;
479 sp<AMessage> notify = mNotify->dup();
2073 sp<AMessage> notify = mNotify->dup();
2189 sp<AMessage> notify = mNotify->dup();
2556 sp<AMessage> notify = mCodec->mNotify->dup();
2825 sp<AMessage> notify = mCodec->mNotify->dup();
2845 sp<AMessage> notify = mCodec->mNotify
[all...]
/frameworks/av/include/media/stagefright/
H A DACodec.h144 sp<AMessage> mNotify; member in struct:android::ACodec
H A DMediaCodec.h173 sp<AMessage> mNotify; member in struct:android::MediaCodec::BufferInfo

Completed in 2096 milliseconds