Home
last modified time | relevance | path

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

12

/frameworks/av/media/libmediaplayerservice/
DDeathNotifier.cpp31 DeathRecipient(Notify const& notify): mNotify{notify} { in DeathRecipient()
35 mNotify(); in binderDied()
39 mNotify(); in serviceDied()
43 Notify mNotify; member in android::DeathNotifier::DeathRecipient
/frameworks/av/media/libstagefright/
DMediaClock.cpp34 : mNotify(notify), in Timer()
69 it->mNotify->setInt32("reason", TIMER_REASON_RESET); in reset()
70 it->mNotify->post(); in reset()
296 itNotify->second.mNotify->setInt32("reason", TIMER_REASON_REACHED); in processTimers_l()
297 itNotify->second.mNotify->post(); in processTimers_l()
325 mNotify = msg; in setNotificationMessage()
329 if (mNotify != nullptr) { in notifyDiscontinuity_l()
330 sp<AMessage> msg = mNotify->dup(); in notifyDiscontinuity_l()
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.cpp274 const sp<AMessage> mNotify; member in android::__anonaa6bfb110111::BufferCallback
278 : mNotify(notify) {} in BufferCallback()
282 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable()
291 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable()
325 const sp<AMessage> mNotify; member in android::__anonaa6bfb110111::CodecCallback
328 CodecCallback::CodecCallback(const sp<AMessage> &notify) : mNotify(notify) {} in CodecCallback()
331 sp<AMessage> notify(mNotify->dup()); in onEos()
338 sp<AMessage> notify(mNotify->dup()); in onStartCompleted()
344 sp<AMessage> notify(mNotify->dup()); in onStopCompleted()
350 sp<AMessage> notify(mNotify->dup()); in onReleaseCompleted()
[all …]
DMediaCodecSource.cpp78 sp<AMessage> mNotify; member
183 mNotify = notify; in start()
233 sp<AMessage> msg = mNotify->dup(); in handleEOS()
330 mNotify->post(); in onMessageReceived()
/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()
150 sp<AMessage> dupNotify() const { return mNotify->dup(); } in dupNotify()
160 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.h66 sp<AMessage> mNotify; member
DNuPlayerDecoder.cpp517 sp<AMessage> notify = mNotify->dup(); in onFlush()
552 sp<AMessage> notify = mNotify->dup(); in onShutdown()
596 sp<AMessage> notify = mNotify->dup(); in handleError()
805 sp<AMessage> notify = mNotify->dup(); in handleOutputFormatChange()
1201 sp<AMessage> msg = mNotify->dup(); in finishHandleDiscontinuity()
1296 sp<AMessage> notify = mNotify->dup(); in notifyResumeCompleteIfNecessary()
DNuPlayerCCDecoder.cpp121 : mNotify(notify), in CCDecoder()
533 sp<AMessage> msg = mNotify->dup(); in decode()
581 sp<AMessage> msg = mNotify->dup(); in display()
DNuPlayerRenderer.cpp117 mNotify(notify), in Renderer()
176 mNotify.clear(); in ~Renderer()
825 sp<AMessage> notify = mNotify->dup(); in notifyIfMediaRenderingStarted_l()
1413 sp<AMessage> notify = mNotify->dup(); in notifyVideoRenderingStart()
1431 sp<AMessage> notify = mNotify->dup(); in notifyEOS_l()
1703 sp<AMessage> notify = mNotify->dup(); in notifyFlushComplete()
1858 sp<AMessage> notify = mNotify->dup(); in onAudioTearDown()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaClock.h85 const sp<AMessage> mNotify; member
114 sp<AMessage> mNotify; member
/frameworks/av/media/libstagefright/rtsp/
DSDPLoader.cpp41 : mNotify(notify), in SDPLoader()
140 sp<AMessage> notify = mNotify->dup(); in onLoad()
DMyHandler.h128 : mNotify(notify), in mNotify() function
968 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1189 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1237 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
1342 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1569 sp<AMessage> mNotify; member
1753 sp<AMessage> msg = mNotify->dup(); in handleFirstAccessUnit()
1941 sp<AMessage> msg = mNotify->dup(); in postQueueAccessUnit()
1949 sp<AMessage> msg = mNotify->dup(); in postQueueEOS()
1957 sp<AMessage> msg = mNotify->dup(); in postQueueSeekDiscontinuity()
[all …]
DARTPSource.h67 sp<AMessage> mNotify; member
DARTPSource.cpp55 mNotify(notify) { in ARTPSource()
101 sp<AMessage> notify = mNotify->dup(); in timeUpdate()
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp1170 for (const auto &pair : mNotify) { in ~Impl()
1179 mNotify.begin(), mNotify.end(), in registerOnDestroyNotify()
1183 if (it != mNotify.end()) { in registerOnDestroyNotify()
1186 mNotify.emplace_back(onDestroyNotify, arg); in registerOnDestroyNotify()
1192 mNotify.begin(), mNotify.end(), in unregisterOnDestroyNotify()
1196 if (it == mNotify.end()) { in unregisterOnDestroyNotify()
1199 mNotify.erase(it); in unregisterOnDestroyNotify()
1244 std::list<std::pair<OnDestroyNotify, void *>> mNotify; member in C2Buffer::Impl
/frameworks/av/media/libstagefright/include/
DSDPLoader.h59 sp<AMessage> mNotify; member
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp151 : mNotify(notify), in PlaylistFetcher()
629 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
640 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
654 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
666 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
706 mStartTimeUsNotify = mNotify->dup(); in onStart()
828 sp<AMessage> notify = mNotify->dup(); in notifyStopReached()
834 sp<AMessage> notify = mNotify->dup(); in notifyError()
1802 mStartTimeUsNotify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
1922 sp<AMessage> notify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
[all …]
DLiveSession.cpp279 : mNotify(notify), in LiveSession()
908 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
1764 sp<AMessage> notify = mNotify->dup(); in onChangeConfiguration2()
2251 sp<AMessage> notify = mNotify->dup(); in startBufferingIfNecessary()
2264 sp<AMessage> notify = mNotify->dup(); in stopBufferingIfNecessary()
2281 sp<AMessage> notify = mNotify->dup(); in notifyBufferingUpdate()
2391 sp<AMessage> notify = mNotify->dup(); in postError()
2400 sp<AMessage> notify = mNotify->dup(); in postPrepared()
DPlaylistFetcher.h117 sp<AMessage> mNotify; member

12