Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/filters/
DGraphicBufferListener.cpp34 mNotify = notify; in init()
74 sp<AMessage> notify = mNotify->dup(); in onFrameAvailable()
75 mNotify->setWhat(kWhatFrameAvailable); in onFrameAvailable()
76 mNotify->post(); in onFrameAvailable()
DGraphicBufferListener.h53 sp<AMessage> mNotify;
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerSource.h66 : mNotify(notify) { in Source()
154 sp<AMessage> dupNotify() const { return mNotify->dup(); } in dupNotify()
164 sp<AMessage> mNotify;
DNuPlayerDecoderPassThrough.cpp243 sp<AMessage> msg = mNotify->dup(); in fetchInputData()
368 sp<AMessage> notify = mNotify->dup(); in onResume()
395 sp<AMessage> notify = mNotify->dup(); in onFlush()
406 sp<AMessage> notify = mNotify->dup(); in onShutdown()
DNuPlayerDecoderBase.cpp33 : mNotify(notify), in DecoderBase()
207 sp<AMessage> notify = mNotify->dup(); in handleError()
DNuPlayerDecoderBase.h87 sp<AMessage> mNotify; member
DNuPlayerCCDecoder.h65 sp<AMessage> mNotify; member
/frameworks/av/media/libstagefright/wifi-display/source/
DMediaPuller.cpp35 mNotify(notify), in MediaPuller()
161 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
185 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
DConverter.cpp49 : mNotify(notify), in Converter()
273 sp<AMessage> notify = mNotify->dup(); in notifyError()
429 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
541 sp<AMessage> notify = mNotify->dup(); in feedRawAudioInputBuffers()
589 sp<AMessage> notify = mNotify->dup(); in feedRawAudioInputBuffers()
710 sp<AMessage> notify = mNotify->dup(); in doMoreWork()
770 sp<AMessage> notify = mNotify->dup(); in doMoreWork()
DPlaybackSession.cpp107 sp<AMessage> mNotify; member
132 : mNotify(notify), in Track()
144 : mNotify(notify), in Track()
248 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
355 mNotify(notify), in PlaybackSession()
454 sp<AMessage> notify = mNotify->dup(); in onMediaSenderInitialized()
600 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
1104 sp<AMessage> notify = mNotify->dup(); in notifySessionDead()
DMediaPuller.h55 sp<AMessage> mNotify; member
/frameworks/av/include/media/
DMediaPlayerInterface.h155 MediaPlayerBase() : mCookie(0), mNotify(0) {} in MediaPlayerBase()
268 mCookie = cookie; mNotify = notifyFunc; in setNotifyCallback()
277 notifyCB = mNotify;
301 notify_callback_f mNotify; variable
/frameworks/av/media/libmediaplayerservice/include/
DMediaPlayerInterface.h155 MediaPlayerBase() : mCookie(0), mNotify(0) {} in MediaPlayerBase()
268 mCookie = cookie; mNotify = notifyFunc; in setNotifyCallback()
277 notifyCB = mNotify;
301 notify_callback_f mNotify; variable
/frameworks/av/media/libstagefright/wifi-display/
DMediaSender.cpp42 mNotify(notify), in MediaSender()
354 sp<AMessage> notify = mNotify->dup(); in onSenderNotify()
368 sp<AMessage> notify = mNotify->dup(); in notifyInitDone()
375 sp<AMessage> notify = mNotify->dup(); in notifyError()
382 sp<AMessage> notify = mNotify->dup(); in notifyNetworkStall()
DMediaSender.h98 sp<AMessage> mNotify; member
/frameworks/av/media/libstagefright/rtsp/
DSDPLoader.cpp40 : mNotify(notify), in SDPLoader()
139 sp<AMessage> notify = mNotify->dup(); in onLoad()
DARTPSource.h64 sp<AMessage> mNotify; member
DMyHandler.h119 : mNotify(notify), in mNotify() function
950 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1171 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1219 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
1324 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1551 sp<AMessage> mNotify; member
1735 sp<AMessage> msg = mNotify->dup(); in handleFirstAccessUnit()
1923 sp<AMessage> msg = mNotify->dup(); in postQueueAccessUnit()
1931 sp<AMessage> msg = mNotify->dup(); in postQueueEOS()
1939 sp<AMessage> msg = mNotify->dup(); in postQueueSeekDiscontinuity()
[all …]
DARTPSource.cpp52 mNotify(notify) { in ARTPSource()
98 sp<AMessage> notify = mNotify->dup(); in timeUpdate()
/frameworks/av/media/libstagefright/foundation/
DANetworkSession.cpp126 sp<AMessage> mNotify; member
169 mNotify(notify), in Session()
205 sp<AMessage> msg = mNotify->dup(); in Session()
246 return mNotify; in getNotificationMessage()
297 sp<AMessage> notify = mNotify->dup(); in readMore()
376 sp<AMessage> notify = mNotify->dup(); in readMore()
399 sp<AMessage> notify = mNotify->dup(); in readMore()
425 sp<AMessage> notify = mNotify->dup(); in readMore()
505 sp<AMessage> notify = mNotify->dup(); in readMore()
677 sp<AMessage> msg = mNotify->dup(); in writeMore()
[all …]
/frameworks/av/media/libstagefright/
DMPEG2TSWriter.cpp74 sp<AMessage> mNotify; member
133 mNotify = notify; in start()
245 sp<AMessage> notify = mNotify->dup(); in extractCodecSpecificData()
253 sp<AMessage> notify = mNotify->dup(); in appendAVCFrame()
283 sp<AMessage> notify = mNotify->dup(); in appendAACFrames()
356 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
375 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
DMediaCodec.cpp231 const sp<AMessage> mNotify; member in android::__anonaa6bfb110111::BufferCallback
235 : mNotify(notify) {} in BufferCallback()
239 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable()
248 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable()
282 const sp<AMessage> mNotify; member in android::__anonaa6bfb110111::CodecCallback
285 CodecCallback::CodecCallback(const sp<AMessage> &notify) : mNotify(notify) {} in CodecCallback()
288 sp<AMessage> notify(mNotify->dup()); in onEos()
295 sp<AMessage> notify(mNotify->dup()); in onStartCompleted()
301 sp<AMessage> notify(mNotify->dup()); in onStopCompleted()
307 sp<AMessage> notify(mNotify->dup()); in onReleaseCompleted()
[all …]
/frameworks/av/media/libstagefright/include/
DSDPLoader.h59 sp<AMessage> mNotify; member
/frameworks/av/media/libstagefright/wifi-display/rtp/
DRTPSender.cpp39 mNotify(notify), in RTPSender()
776 sp<AMessage> notify = mNotify->dup(); in parseAPP()
787 sp<AMessage> notify = mNotify->dup(); in notifyInitDone()
794 sp<AMessage> notify = mNotify->dup(); in notifyError()
801 sp<AMessage> notify = mNotify->dup(); in notifyNetworkStall()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp145 : mNotify(notify), in PlaylistFetcher()
612 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
623 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
637 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
649 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
689 mStartTimeUsNotify = mNotify->dup(); in onStart()
811 sp<AMessage> notify = mNotify->dup(); in notifyStopReached()
817 sp<AMessage> notify = mNotify->dup(); in notifyError()
1774 mStartTimeUsNotify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
1894 sp<AMessage> notify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
[all …]

12