Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/filters/
DGraphicBufferListener.cpp33 mNotify = notify; in init()
73 sp<AMessage> notify = mNotify->dup(); in onFrameAvailable()
74 mNotify->setWhat(kWhatFrameAvailable); in onFrameAvailable()
75 mNotify->post(); in onFrameAvailable()
DMediaFilter.cpp60 mNotify = msg; in setNotificationMessage()
222 sp<AMessage> notify = mNotify->dup(); in signalError()
264 sp<AMessage> notify = mNotify->dup(); in allocateBuffersOnPort()
312 sp<AMessage> notify = mNotify->dup(); in postFillThisBuffer()
333 sp<AMessage> notify = mNotify->dup(); in postDrainThisBuffer()
350 sp<AMessage> notify = mNotify->dup(); in postEOS()
359 sp<AMessage> notify = mNotify->dup(); in sendFormatChange()
462 sp<AMessage> notify = mNotify->dup(); in onAllocateComponent()
543 sp<AMessage> notify = mNotify->dup(); in onConfigureComponent()
691 sp<AMessage> notify = mNotify->dup(); in onShutdown()
[all …]
DGraphicBufferListener.h53 sp<AMessage> mNotify;
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerSource.h63 : mNotify(notify) { in Source()
130 sp<AMessage> dupNotify() const { return mNotify->dup(); } in dupNotify()
138 sp<AMessage> mNotify;
DNuPlayerDecoderPassThrough.cpp247 sp<AMessage> msg = mNotify->dup(); in fetchInputData()
367 sp<AMessage> notify = mNotify->dup(); in onResume()
394 sp<AMessage> notify = mNotify->dup(); in onFlush()
405 sp<AMessage> notify = mNotify->dup(); in onShutdown()
DNuPlayerDecoderBase.cpp32 : mNotify(notify), in DecoderBase()
224 sp<AMessage> notify = mNotify->dup(); in handleError()
DNuPlayerDecoder.cpp471 sp<AMessage> notify = mNotify->dup(); in onFlush()
507 sp<AMessage> notify = mNotify->dup(); in onShutdown()
553 sp<AMessage> notify = mNotify->dup(); in handleError()
694 sp<AMessage> notify = mNotify->dup(); in handleOutputFormatChange()
1049 sp<AMessage> msg = mNotify->dup(); in finishHandleDiscontinuity()
1144 sp<AMessage> notify = mNotify->dup(); in notifyResumeCompleteIfNecessary()
DNuPlayerDecoderBase.h82 sp<AMessage> mNotify; member
/frameworks/av/include/media/
DMediaPlayerInterface.h149 MediaPlayerBase() : mCookie(0), mNotify(0) {} in MediaPlayerBase()
252 mCookie = cookie; mNotify = notifyFunc; in setNotifyCallback()
261 notifyCB = mNotify;
277 notify_callback_f mNotify; variable
/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.cpp48 : mNotify(notify), in Converter()
272 sp<AMessage> notify = mNotify->dup(); in notifyError()
428 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
540 sp<AMessage> notify = mNotify->dup(); in feedRawAudioInputBuffers()
588 sp<AMessage> notify = mNotify->dup(); in feedRawAudioInputBuffers()
709 sp<AMessage> notify = mNotify->dup(); in doMoreWork()
769 sp<AMessage> notify = mNotify->dup(); in doMoreWork()
DPlaybackSession.cpp108 sp<AMessage> mNotify; member
133 : mNotify(notify), in Track()
145 : mNotify(notify), in Track()
249 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
356 mNotify(notify), in PlaybackSession()
455 sp<AMessage> notify = mNotify->dup(); in onMediaSenderInitialized()
601 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
1107 sp<AMessage> notify = mNotify->dup(); in notifySessionDead()
DMediaPuller.h55 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/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/rtsp/
DSDPLoader.cpp40 : mNotify(notify), in SDPLoader()
139 sp<AMessage> notify = mNotify->dup(); in onLoad()
DMyHandler.h118 : mNotify(notify), in mNotify() function
953 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1177 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1225 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
1336 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1563 sp<AMessage> mNotify; member
1747 sp<AMessage> msg = mNotify->dup(); in handleFirstAccessUnit()
1935 sp<AMessage> msg = mNotify->dup(); in postQueueAccessUnit()
1943 sp<AMessage> msg = mNotify->dup(); in postQueueEOS()
1951 sp<AMessage> msg = mNotify->dup(); in postQueueSeekDiscontinuity()
[all …]
DARTPSource.h64 sp<AMessage> mNotify; member
DARTPSource.cpp52 mNotify(notify) { in ARTPSource()
98 sp<AMessage> notify = mNotify->dup(); in timeUpdate()
/frameworks/av/media/libstagefright/
DMPEG2TSWriter.cpp74 sp<AMessage> mNotify; member
136 mNotify = notify; in start()
246 sp<AMessage> notify = mNotify->dup(); in extractCodecSpecificData()
254 sp<AMessage> notify = mNotify->dup(); in postAVCFrame()
353 sp<AMessage> notify = mNotify->dup(); in flushAACFrames()
373 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
395 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
DMediaCodec.cpp2384 if (info->mNotify != NULL) { in returnBuffersToCodecOnPort()
2385 sp<AMessage> msg = info->mNotify; in returnBuffersToCodecOnPort()
2386 info->mNotify = NULL; in returnBuffersToCodecOnPort()
2419 CHECK(info->mNotify == NULL); in updateBuffers()
2420 CHECK(msg->findMessage("reply", &info->mNotify)); in updateBuffers()
2499 if (info->mNotify == NULL || !info->mOwnedByClient) { in onQueueInputBuffer()
2507 sp<AMessage> reply = info->mNotify; in onQueueInputBuffer()
2565 info->mNotify = NULL; in onQueueInputBuffer()
2606 if (info->mNotify == NULL || !info->mOwnedByClient) { in onReleaseOutputBuffer()
2617 info->mNotify->setInt32("render", true); in onReleaseOutputBuffer()
[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/httplive/
DPlaylistFetcher.cpp145 : mNotify(notify), in PlaylistFetcher()
562 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
573 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
587 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
599 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
639 mStartTimeUsNotify = mNotify->dup(); in onStart()
761 sp<AMessage> notify = mNotify->dup(); in notifyStopReached()
767 sp<AMessage> notify = mNotify->dup(); in notifyError()
1690 mStartTimeUsNotify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
1810 sp<AMessage> notify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
[all …]
/frameworks/av/media/libstagefright/include/
DSDPLoader.h59 sp<AMessage> mNotify; member

12