Searched defs:mNotify (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
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
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.h64 sp<AMessage> mNotify; member in struct:android::ARTPSource
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/source/
H A DMediaPuller.h55 sp<AMessage> mNotify; member in struct:android::MediaPuller
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 DSender.h91 sp<AMessage> mNotify; member in struct:android::Sender
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/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
/frameworks/av/media/libstagefright/
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/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...]

Completed in 3271 milliseconds