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.h55 sp<AMessage> mNotify; member in struct:android::MediaPuller
H A DMediaPuller.cpp35 mNotify(notify),
158 sp<AMessage> notify = mNotify->dup();
182 sp<AMessage> notify = mNotify->dup();
H A DConverter.h76 sp<AMessage> mNotify; member in struct:android::Converter
H A DPlaybackSession.h94 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::PlaybackSession
H A DConverter.cpp46 mNotify(notify),
242 sp<AMessage> notify = mNotify->dup();
475 sp<AMessage> notify = mNotify->dup();
523 sp<AMessage> notify = mNotify->dup();
619 sp<AMessage> notify = mNotify->dup();
636 sp<AMessage> notify = mNotify->dup();
H A DSender.h91 sp<AMessage> mNotify; member in struct:android::Sender
H A DSender.cpp42 mNotify(notify),
603 sp<AMessage> notify = mNotify->dup();
772 sp<AMessage> notify = mNotify->dup();
778 sp<AMessage> notify = mNotify->dup();
813 sp<AMessage> notify = mNotify->dup();
H A DPlaybackSession.cpp108 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::PlaybackSession::Track
132 : mNotify(notify),
231 sp<AMessage> notify = mNotify->dup();
335 mNotify(notify),
420 sp<AMessage> notify = mNotify->dup();
580 sp<AMessage> notify = mNotify->dup();
981 sp<AMessage> notify = mNotify->dup();
H A DWifiDisplaySource.cpp1538 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::HDCPObserver
1545 : mNotify(notify) {
1550 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();
541 sp<AMessage> msg = mNotify->dup();
551 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();
2126 sp<AMessage> notify = mNotify->dup();
2242 sp<AMessage> notify = mNotify->dup();
2609 sp<AMessage> notify = mCodec->mNotify->dup();
2878 sp<AMessage> notify = mCodec->mNotify->dup();
2898 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 206 milliseconds