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

12

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.h42 sp<AMessage> mNotify; member in struct:android::NuPlayer::CCDecoder
H A DNuPlayerDecoderBase.h79 sp<AMessage> mNotify; member in struct:android::NuPlayer::DecoderBase
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 DNuPlayerRenderer.h137 sp<AMessage> mNotify; member in struct:android::NuPlayer::Renderer
/frameworks/av/media/libstagefright/filters/
H A DGraphicBufferListener.h53 sp<AMessage> mNotify; member in struct:android::GraphicBufferListener
/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.h114 : mNotify(notify),
949 sp<AMessage> msg = mNotify->dup();
1174 sp<AMessage> msg = mNotify->dup();
1222 sp<AMessage> notify = mNotify->dup();
1326 sp<AMessage> msg = mNotify->dup();
1546 sp<AMessage> mNotify; member in struct:android::MyHandler
1729 sp<AMessage> msg = mNotify->dup();
1878 sp<AMessage> msg = mNotify->dup();
1886 sp<AMessage> msg = mNotify->dup();
1894 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.h105 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();
356 mNotify(notify),
455 sp<AMessage> notify = mNotify->dup();
601 sp<AMessage> notify = mNotify->dup();
1104 sp<AMessage> notify = mNotify->dup();
H A DWifiDisplaySource.cpp1678 sp<AMessage> mNotify; member in struct:android::WifiDisplaySource::HDCPObserver
1685 : mNotify(notify) {
1690 sp<AMessage> notify = mNotify->dup();
/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/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/include/media/stagefright/
H A DMediaFilter.h124 sp<AMessage> mNotify; member in struct:android::MediaFilter
H A DACodec.h203 sp<AMessage> mNotify; member in struct:android::ACodec
H A DMediaCodec.h252 sp<AMessage> mNotify; member in struct:android::MediaCodec::BufferInfo
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp68 sp<AMessage> mNotify; member in struct:android::MediaCodecSource::Puller
127 mNotify = notify;
166 sp<AMessage> notify = mNotify->dup();
234 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();
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h116 sp<AMessage> mNotify; member in struct:android::PlaylistFetcher
H A DLiveSession.h186 sp<AMessage> mNotify; member in struct:android::LiveSession
/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.java156 private boolean mNotify; field in class:SwipeRefreshLayout
180 if (mNotify) {
370 mNotify = false;
414 mNotify = notify;

Completed in 231 milliseconds

12