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

12

/frameworks/av/media/libstagefright/filters/
H A DGraphicBufferListener.cpp34 mNotify = notify;
74 sp<AMessage> notify = mNotify->dup();
75 mNotify->setWhat(kWhatFrameAvailable);
76 mNotify->post();
H A DGraphicBufferListener.h53 sp<AMessage> mNotify; member in struct:android::GraphicBufferListener
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h66 : mNotify(notify) {
154 sp<AMessage> dupNotify() const { return mNotify->dup(); }
164 sp<AMessage> mNotify; member in struct:android::NuPlayer::Source
H A DNuPlayerDecoderBase.h87 sp<AMessage> mNotify; member in struct:android::NuPlayer::DecoderBase
H A DNuPlayerDecoderBase.cpp33 : mNotify(notify),
207 sp<AMessage> notify = mNotify->dup();
H A DNuPlayerCCDecoder.h65 sp<AMessage> mNotify; member in struct:android::NuPlayer::CCDecoder
H A DNuPlayerDecoderPassThrough.cpp243 sp<AMessage> msg = mNotify->dup();
368 sp<AMessage> notify = mNotify->dup();
395 sp<AMessage> notify = mNotify->dup();
406 sp<AMessage> notify = 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.h96 sp<AMessage> mNotify; member in struct:android::Converter
H A DConverter.cpp49 : mNotify(notify),
273 sp<AMessage> notify = mNotify->dup();
429 sp<AMessage> notify = mNotify->dup();
541 sp<AMessage> notify = mNotify->dup();
589 sp<AMessage> notify = mNotify->dup();
710 sp<AMessage> notify = mNotify->dup();
770 sp<AMessage> notify = mNotify->dup();
H A DPlaybackSession.h105 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::PlaybackSession
H A DPlaybackSession.cpp107 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::PlaybackSession::Track
132 : mNotify(notify),
144 : mNotify(notify),
248 sp<AMessage> notify = mNotify->dup();
355 mNotify(notify),
454 sp<AMessage> notify = mNotify->dup();
600 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.h155 MediaPlayerBase() : mClient(0), mNotify(0) {}
268 mClient = client; mNotify = notifyFunc;
277 notifyCB = mNotify;
301 notify_callback_f mNotify; member in class:android::MediaPlayerBase
/frameworks/av/media/libmediaplayerservice/include/
H A DMediaPlayerInterface.h155 MediaPlayerBase() : mClient(0), mNotify(0) {}
268 mClient = client; mNotify = notifyFunc;
277 notifyCB = mNotify;
301 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.h74 sp<AMessage> mNotify; member in struct:android::RTPSender
H A DRTPSender.cpp39 mNotify(notify),
776 sp<AMessage> notify = mNotify->dup();
787 sp<AMessage> notify = mNotify->dup();
794 sp<AMessage> notify = mNotify->dup();
801 sp<AMessage> notify = mNotify->dup();
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp74 sp<AMessage> mNotify; member in struct:android::MPEG2TSWriter::SourceInfo
133 mNotify = notify;
245 sp<AMessage> notify = mNotify->dup();
253 sp<AMessage> notify = mNotify->dup();
283 sp<AMessage> notify = mNotify->dup();
356 sp<AMessage> notify = mNotify->dup();
375 sp<AMessage> notify = mNotify->dup();

Completed in 1070 milliseconds

12