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

12

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h65 : mNotify(notify) {
130 sp<AMessage> dupNotify() const { return mNotify->dup(); }
138 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.cpp32 : mNotify(notify),
205 sp<AMessage> notify = mNotify->dup();
H A DNuPlayerDecoderBase.h79 sp<AMessage> mNotify; member in struct:android::NuPlayer::DecoderBase
H A DNuPlayerDecoderPassThrough.cpp243 sp<AMessage> msg = mNotify->dup();
363 sp<AMessage> notify = mNotify->dup();
390 sp<AMessage> notify = mNotify->dup();
401 sp<AMessage> notify = mNotify->dup();
/frameworks/av/media/libstagefright/filters/
H A DGraphicBufferListener.cpp33 mNotify = notify;
73 sp<AMessage> notify = mNotify->dup();
74 mNotify->setWhat(kWhatFrameAvailable);
75 mNotify->post();
H A DGraphicBufferListener.h53 sp<AMessage> mNotify; member in struct:android::GraphicBufferListener
H A DMediaFilter.cpp60 mNotify = msg;
222 sp<AMessage> notify = mNotify->dup();
264 sp<AMessage> notify = mNotify->dup();
312 sp<AMessage> notify = mNotify->dup();
333 sp<AMessage> notify = mNotify->dup();
350 sp<AMessage> notify = mNotify->dup();
359 sp<AMessage> notify = mNotify->dup();
462 sp<AMessage> notify = mNotify->dup();
543 sp<AMessage> notify = mNotify->dup();
691 sp<AMessage> notify = mNotify
[all...]
/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();
769 sp<AMessage> notify = mNotify->dup();
H A DPlaybackSession.h105 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();
356 mNotify(notify),
455 sp<AMessage> notify = mNotify->dup();
601 sp<AMessage> notify = mNotify->dup();
1104 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.h147 MediaPlayerBase() : mCookie(0), mNotify(0) {}
250 mCookie = cookie; mNotify = notifyFunc;
259 notifyCB = mNotify;
275 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),
770 sp<AMessage> notify = mNotify->dup();
781 sp<AMessage> notify = mNotify->dup();
788 sp<AMessage> notify = mNotify->dup();
795 sp<AMessage> notify = mNotify->dup();
/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();

Completed in 7707 milliseconds

12