Home
last modified time | relevance | path

Searched refs:mNotify (Results 1 – 25 of 39) 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
DNuPlayerDecoder.cpp510 sp<AMessage> notify = mNotify->dup(); in onFlush()
545 sp<AMessage> notify = mNotify->dup(); in onShutdown()
589 sp<AMessage> notify = mNotify->dup(); in handleError()
789 sp<AMessage> notify = mNotify->dup(); in handleOutputFormatChange()
1173 sp<AMessage> msg = mNotify->dup(); in finishHandleDiscontinuity()
1268 sp<AMessage> notify = mNotify->dup(); in notifyResumeCompleteIfNecessary()
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
DConverter.h96 sp<AMessage> mNotify; member
/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.h120 : mNotify(notify), in mNotify() function
951 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1172 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1220 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
1325 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1552 sp<AMessage> mNotify; member
1736 sp<AMessage> msg = mNotify->dup(); in handleFirstAccessUnit()
1924 sp<AMessage> msg = mNotify->dup(); in postQueueAccessUnit()
1932 sp<AMessage> msg = mNotify->dup(); in postQueueEOS()
1940 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.cpp239 const sp<AMessage> mNotify; member in android::__anonb2d144f00111::BufferCallback
243 : mNotify(notify) {} in BufferCallback()
247 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable()
256 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable()
290 const sp<AMessage> mNotify; member in android::__anonb2d144f00111::CodecCallback
293 CodecCallback::CodecCallback(const sp<AMessage> &notify) : mNotify(notify) {} in CodecCallback()
296 sp<AMessage> notify(mNotify->dup()); in onEos()
303 sp<AMessage> notify(mNotify->dup()); in onStartCompleted()
309 sp<AMessage> notify(mNotify->dup()); in onStopCompleted()
315 sp<AMessage> notify(mNotify->dup()); in onReleaseCompleted()
[all …]
/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/include/
DSDPLoader.h59 sp<AMessage> mNotify; member
/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