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

12

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h65 : mNotify(notify) {
126 sp<AMessage> dupNotify() const { return mNotify->dup(); }
134 sp<AMessage> mNotify; member in struct:android::NuPlayer::Source
H A DNuPlayerCCDecoder.h42 sp<AMessage> mNotify; member in struct:android::NuPlayer::CCDecoder
H A DNuPlayerDecoderBase.h76 sp<AMessage> mNotify; member in struct:android::NuPlayer::DecoderBase
H A DNuPlayerDecoderBase.cpp32 : mNotify(notify),
193 sp<AMessage> notify = mNotify->dup();
H A DNuPlayerDecoderPassThrough.cpp241 sp<AMessage> msg = mNotify->dup();
361 sp<AMessage> notify = mNotify->dup();
381 sp<AMessage> notify = mNotify->dup();
396 sp<AMessage> notify = mNotify->dup();
H A DNuPlayerCCDecoder.cpp116 : mNotify(notify),
316 sp<AMessage> msg = mNotify->dup();
346 sp<AMessage> msg = mNotify->dup();
/frameworks/av/media/libstagefright/include/
H A DSDPLoader.h59 sp<AMessage> mNotify; member in struct:android::SDPLoader
/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),
161 sp<AMessage> notify = mNotify->dup();
185 sp<AMessage> notify = mNotify->dup();
H A DConverter.h95 sp<AMessage> mNotify; member in struct:android::Converter
H A DConverter.cpp48 : mNotify(notify),
272 sp<AMessage> notify = mNotify->dup();
428 sp<AMessage> notify = mNotify->dup();
540 sp<AMessage> notify = mNotify->dup();
588 sp<AMessage> notify = mNotify->dup();
709 sp<AMessage> notify = mNotify->dup();
770 sp<AMessage> notify = mNotify->dup();
H A DPlaybackSession.h100 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::PlaybackSession
H A DPlaybackSession.cpp108 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::PlaybackSession::Track
133 : mNotify(notify),
145 : mNotify(notify),
249 sp<AMessage> notify = mNotify->dup();
354 mNotify(notify),
453 sp<AMessage> notify = mNotify->dup();
599 sp<AMessage> notify = mNotify->dup();
1095 sp<AMessage> notify = mNotify->dup();
/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp40 : mNotify(notify),
139 sp<AMessage> notify = mNotify->dup();
H A DARTPSource.h64 sp<AMessage> mNotify; member in struct:android::ARTPSource
H A DARTPSource.cpp52 mNotify(notify) {
98 sp<AMessage> notify = mNotify->dup();
/frameworks/av/include/media/
H A DMediaPlayerInterface.h132 MediaPlayerBase() : mCookie(0), mNotify(0) {}
206 mCookie = cookie; mNotify = notifyFunc;
215 notifyCB = mNotify;
231 notify_callback_f mNotify; member in class:android::MediaPlayerBase
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.h98 sp<AMessage> mNotify; member in struct:android::MediaSender
H A DMediaSender.cpp42 mNotify(notify),
354 sp<AMessage> notify = mNotify->dup();
368 sp<AMessage> notify = mNotify->dup();
375 sp<AMessage> notify = mNotify->dup();
382 sp<AMessage> notify = mNotify->dup();
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp126 sp<AMessage> mNotify; member in struct:android::ANetworkSession::Session
169 mNotify(notify),
205 sp<AMessage> msg = mNotify->dup();
246 return mNotify;
297 sp<AMessage> notify = mNotify->dup();
376 sp<AMessage> notify = mNotify->dup();
399 sp<AMessage> notify = mNotify->dup();
425 sp<AMessage> notify = mNotify->dup();
505 sp<AMessage> notify = mNotify->dup();
677 sp<AMessage> msg = mNotify
[all...]
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.h76 sp<AMessage> mNotify; member in struct:android::RTPSender
H A DRTPSender.cpp39 mNotify(notify),
772 sp<AMessage> notify = mNotify->dup();
783 sp<AMessage> notify = mNotify->dup();
790 sp<AMessage> notify = mNotify->dup();
797 sp<AMessage> notify = mNotify->dup();
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1809 if (info->mNotify != NULL) {
1810 sp<AMessage> msg = info->mNotify;
1811 info->mNotify = NULL;
1838 CHECK(info->mNotify == NULL);
1839 CHECK(msg->findMessage("reply", &info->mNotify));
1913 if (info->mNotify == NULL || !info->mOwnedByClient) {
1921 sp<AMessage> reply = info->mNotify;
1967 info->mNotify = NULL;
1991 if (info->mNotify == NULL || !info->mOwnedByClient) {
2002 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 DMediaCodecSource.cpp63 sp<AMessage> mNotify; member in struct:android::MediaCodecSource::Puller
122 mNotify = notify;
161 sp<AMessage> notify = mNotify->dup();
229 sp<AMessage> notify = mNotify->dup();

Completed in 58 milliseconds

12