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.cpp372 const sp<AMessage> mNotify; member in android::__anonaa6bfb110111::BufferCallback
376 : mNotify(notify) {} in BufferCallback()
380 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable()
389 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable()
423 const sp<AMessage> mNotify; member in android::__anonaa6bfb110111::CodecCallback
426 CodecCallback::CodecCallback(const sp<AMessage> &notify) : mNotify(notify) {} in CodecCallback()
429 sp<AMessage> notify(mNotify->dup()); in onEos()
436 sp<AMessage> notify(mNotify->dup()); in onStartCompleted()
442 sp<AMessage> notify(mNotify->dup()); in onStopCompleted()
448 sp<AMessage> notify(mNotify->dup()); in onReleaseCompleted()
[all …]
DMediaCodecSource.cpp78 sp<AMessage> mNotify; member
183 mNotify = notify; in start()
234 sp<AMessage> msg = mNotify->dup(); in handleEOS()
331 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.cpp522 sp<AMessage> notify = mNotify->dup(); in onFlush()
557 sp<AMessage> notify = mNotify->dup(); in onShutdown()
601 sp<AMessage> notify = mNotify->dup(); in handleError()
811 sp<AMessage> notify = mNotify->dup(); in handleOutputFormatChange()
1207 sp<AMessage> msg = mNotify->dup(); in finishHandleDiscontinuity()
1302 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.cpp118 mNotify(notify), in Renderer()
178 mNotify.clear(); in ~Renderer()
850 sp<AMessage> notify = mNotify->dup(); in notifyIfMediaRenderingStarted_l()
1438 sp<AMessage> notify = mNotify->dup(); in notifyVideoRenderingStart()
1456 sp<AMessage> notify = mNotify->dup(); in notifyEOS_l()
1728 sp<AMessage> notify = mNotify->dup(); in notifyFlushComplete()
1883 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()
DARTPSource.h67 sp<AMessage> mNotify; member
DMyHandler.h128 : mNotify(notify), in mNotify() function
972 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1193 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1241 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
1346 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1573 sp<AMessage> mNotify; member
1757 sp<AMessage> msg = mNotify->dup(); in handleFirstAccessUnit()
1945 sp<AMessage> msg = mNotify->dup(); in postQueueAccessUnit()
1953 sp<AMessage> msg = mNotify->dup(); in postQueueEOS()
1961 sp<AMessage> msg = mNotify->dup(); in postQueueSeekDiscontinuity()
[all …]
DARTPSource.cpp55 mNotify(notify) { in ARTPSource()
105 sp<AMessage> notify = mNotify->dup(); in timeUpdate()
/frameworks/av/media/libstagefright/include/
DSDPLoader.h59 sp<AMessage> mNotify; member
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp151 : mNotify(notify), in PlaylistFetcher()
630 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
641 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
655 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
667 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
707 mStartTimeUsNotify = mNotify->dup(); in onStart()
829 sp<AMessage> notify = mNotify->dup(); in notifyStopReached()
835 sp<AMessage> notify = mNotify->dup(); in notifyError()
1803 mStartTimeUsNotify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
1923 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
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp1211 for (const auto &pair : mNotify) { in ~Impl()
1220 mNotify.begin(), mNotify.end(), in registerOnDestroyNotify()
1224 if (it != mNotify.end()) { in registerOnDestroyNotify()
1227 mNotify.emplace_back(onDestroyNotify, arg); in registerOnDestroyNotify()
1233 mNotify.begin(), mNotify.end(), in unregisterOnDestroyNotify()
1237 if (it == mNotify.end()) { in unregisterOnDestroyNotify()
1240 mNotify.erase(it); in unregisterOnDestroyNotify()
1285 std::list<std::pair<OnDestroyNotify, void *>> mNotify; member in C2Buffer::Impl

12