HomeSort by relevance Sort by last modified time
    Searched refs:mNotify (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerSource.h 50 : mNotify(notify) {
88 sp<AMessage> dupNotify() const { return mNotify->dup(); }
95 sp<AMessage> mNotify;
NuPlayerDecoder.cpp 34 : mNotify(notify),
94 sp<AMessage> notify = mNotify->dup();
127 sp<AMessage> notify = mNotify->dup();
NuPlayerDecoder.h 49 sp<AMessage> mNotify;
NuPlayerRenderer.h 85 sp<AMessage> mNotify;
NuPlayerRenderer.cpp 37 mNotify(notify),
412 sp<AMessage> notify = mNotify->dup();
418 sp<AMessage> notify = mNotify->dup();
590 sp<AMessage> notify = mNotify->dup();
645 sp<AMessage> notify = mNotify->dup();
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.h 55 sp<AMessage> mNotify;
MediaPuller.cpp 35 mNotify(notify),
158 sp<AMessage> notify = mNotify->dup();
182 sp<AMessage> notify = mNotify->dup();
Converter.h 84 sp<AMessage> mNotify;
Converter.cpp 46 mNotify(notify),
281 sp<AMessage> notify = mNotify->dup();
515 sp<AMessage> notify = mNotify->dup();
563 sp<AMessage> notify = mNotify->dup();
666 sp<AMessage> notify = mNotify->dup();
683 sp<AMessage> notify = mNotify->dup();
PlaybackSession.h 99 sp<AMessage> mNotify;
PlaybackSession.cpp 107 sp<AMessage> mNotify;
132 : mNotify(notify),
144 : mNotify(notify),
248 sp<AMessage> notify = mNotify->dup();
353 mNotify(notify),
448 sp<AMessage> notify = mNotify->dup();
592 sp<AMessage> notify = mNotify->dup();
974 sp<AMessage> notify = mNotify->dup();
  /frameworks/av/include/media/
MediaPlayerInterface.h 115 MediaPlayerBase() : mCookie(0), mNotify(0) {}
188 mCookie = cookie; mNotify = notifyFunc;
194 if (mNotify) mNotify(mCookie, msg, ext1, ext2, obj);
211 notify_callback_f mNotify;
  /frameworks/av/media/libstagefright/include/
SDPLoader.h 55 sp<AMessage> mNotify;
LiveSession.h 87 sp<AMessage> mNotify;
  /frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp 34 : mNotify(notify),
147 sp<AMessage> notify = mNotify->dup();
ARTPSource.h 64 sp<AMessage> mNotify;
ARTPSource.cpp 52 mNotify(notify) {
98 sp<AMessage> notify = mNotify->dup();
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.h 97 sp<AMessage> mNotify;
ANetworkSession.cpp 107 sp<AMessage> mNotify;
150 mNotify(notify),
186 sp<AMessage> msg = mNotify->dup();
217 return mNotify;
266 sp<AMessage> notify = mNotify->dup();
345 sp<AMessage> notify = mNotify->dup();
368 sp<AMessage> notify = mNotify->dup();
394 sp<AMessage> notify = mNotify->dup();
583 sp<AMessage> msg = mNotify->dup();
640 sp<AMessage> msg = mNotify->dup()
    [all...]
MediaSender.cpp 40 mNotify(notify),
350 sp<AMessage> notify = mNotify->dup();
357 sp<AMessage> notify = mNotify->dup();
364 sp<AMessage> notify = mNotify->dup();
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.h 75 sp<AMessage> mNotify;
RTPSender.cpp 40 mNotify(notify),
774 sp<AMessage> notify = mNotify->dup();
781 sp<AMessage> notify = mNotify->dup();
788 sp<AMessage> notify = mNotify->dup();
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 74 sp<AMessage> mNotify;
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();
MediaCodec.cpp     [all...]
ACodec.cpp 57 mNotify = msg;
62 sp<AMessage> msg = mNotify->dup();
119 sp<AMessage> mNotify;
171 : mNotify(notify) {
175 mNotify->post();
182 sp<AMessage> mNotify;
390 mNotify = msg;
515 sp<AMessage> notify = mNotify->dup();
    [all...]

Completed in 323 milliseconds

1 2