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

/frameworks/av/media/libstagefright/include/
H A DSDPLoader.h59 sp<AMessage> mNotify; member in struct:android::SDPLoader
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.h64 sp<AMessage> mNotify; member in struct:android::ARTPSource
H A DMyHandler.h113 : mNotify(notify),
942 sp<AMessage> msg = mNotify->dup();
1167 sp<AMessage> msg = mNotify->dup();
1302 sp<AMessage> msg = mNotify->dup();
1522 sp<AMessage> mNotify; member in struct:android::MyHandler
1715 sp<AMessage> msg = mNotify->dup();
1864 sp<AMessage> msg = mNotify->dup();
1872 sp<AMessage> msg = mNotify->dup();
1880 sp<AMessage> msg = mNotify->dup();
1888 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 DPlaybackSession.h100 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::PlaybackSession
H A DConverter.h95 sp<AMessage> mNotify; member in struct:android::Converter
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();
H A DWifiDisplaySource.cpp1672 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::HDCPObserver
1679 : mNotify(notify) {
1684 sp<AMessage> notify = mNotify->dup();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h55 sp<AMessage> mNotify; member in struct:android::NuPlayer::DecoderPassThrough
H A DNuPlayerSource.h60 : mNotify(notify) {
121 sp<AMessage> dupNotify() const { return mNotify->dup(); }
128 sp<AMessage> mNotify; member in struct:android::NuPlayer::Source
H A DNuPlayerDecoder.h74 sp<AMessage> mNotify; member in struct:android::NuPlayer::Decoder
134 sp<AMessage> mNotify; member in struct:android::NuPlayer::CCDecoder
H A DNuPlayerRenderer.h131 sp<AMessage> mNotify; member in struct:android::NuPlayer::Renderer
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.h76 sp<AMessage> mNotify; member in struct:android::RTPSender
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.h98 sp<AMessage> mNotify; member in struct:android::MediaSender
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h104 sp<AMessage> mNotify; member in struct:android::PlaylistFetcher
H A DLiveSession.h151 sp<AMessage> mNotify; member in struct:android::LiveSession
/frameworks/av/include/media/
H A DMediaPlayerInterface.h132 MediaPlayerBase() : mCookie(0), mNotify(0) {}
206 mCookie = cookie; mNotify = notifyFunc;
212 if (mNotify) mNotify(mCookie, msg, ext1, ext2, obj);
224 notify_callback_f mNotify; member in class:android::MediaPlayerBase
/frameworks/av/media/libstagefright/
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();
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.cpp110 mNotify = msg;
115 sp<AMessage> msg = mNotify->dup();
166 sp<AMessage> mNotify; member in struct:android::CodecObserver
216 : mNotify(notify) {
220 mNotify->post();
227 sp<AMessage> mNotify; member in struct:android::ACodec::DeathNotifier
449 mNotify = msg;
598 sp<AMessage> notify = mNotify->dup();
3514 sp<AMessage> notify = mNotify->dup();
3553 sp<AMessage> notify = mNotify
[all...]
/frameworks/av/include/media/stagefright/
H A DACodec.h162 sp<AMessage> mNotify; member in struct:android::ACodec
H A DMediaCodec.h215 sp<AMessage> mNotify; member in struct:android::MediaCodec::BufferInfo
/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/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java140 private boolean mNotify; field in class:SwipeRefreshLayout
164 if (mNotify) {
350 mNotify = false;
394 mNotify = notify;

Completed in 225 milliseconds