Home
last modified time | relevance | path

Searched refs:mNotify (Results 1 – 25 of 37) 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.cpp263 const sp<AMessage> mNotify; member in android::__anona283117a0111::BufferCallback
267 : mNotify(notify) {} in BufferCallback()
271 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable()
280 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable()
314 const sp<AMessage> mNotify; member in android::__anona283117a0111::CodecCallback
317 CodecCallback::CodecCallback(const sp<AMessage> &notify) : mNotify(notify) {} in CodecCallback()
320 sp<AMessage> notify(mNotify->dup()); in onEos()
327 sp<AMessage> notify(mNotify->dup()); in onStartCompleted()
333 sp<AMessage> notify(mNotify->dup()); in onStopCompleted()
339 sp<AMessage> notify(mNotify->dup()); in onReleaseCompleted()
[all …]
/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/libmediaplayer2/nuplayer2/
DNuPlayer2Source.h65 : mNotify(notify) { in Source()
149 sp<AMessage> dupNotify() const { return mNotify->dup(); } in dupNotify()
158 sp<AMessage> mNotify;
DNuPlayer2DecoderPassThrough.cpp242 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()
DNuPlayer2DecoderBase.cpp33 : mNotify(notify), in DecoderBase()
209 sp<AMessage> notify = mNotify->dup(); in handleError()
DNuPlayer2DecoderBase.h87 sp<AMessage> mNotify; member
DNuPlayer2CCDecoder.h66 sp<AMessage> mNotify; member
DNuPlayer2Decoder.cpp536 sp<AMessage> notify = mNotify->dup(); in onFlush()
572 sp<AMessage> notify = mNotify->dup(); in onShutdown()
616 sp<AMessage> notify = mNotify->dup(); in handleError()
831 sp<AMessage> notify = mNotify->dup(); in handleOutputFormatChange()
1211 sp<AMessage> msg = mNotify->dup(); in finishHandleDiscontinuity()
1308 sp<AMessage> notify = mNotify->dup(); in notifyResumeCompleteIfNecessary()
/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
/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.cpp40 : mNotify(notify), in SDPLoader()
139 sp<AMessage> notify = mNotify->dup(); in onLoad()
DARTPSource.h67 sp<AMessage> mNotify; member
DMyHandler.h127 : mNotify(notify), in mNotify() function
967 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1188 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1236 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
1341 sp<AMessage> msg = mNotify->dup(); in onMessageReceived()
1568 sp<AMessage> mNotify; member
1752 sp<AMessage> msg = mNotify->dup(); in handleFirstAccessUnit()
1940 sp<AMessage> msg = mNotify->dup(); in postQueueAccessUnit()
1948 sp<AMessage> msg = mNotify->dup(); in postQueueEOS()
1956 sp<AMessage> msg = mNotify->dup(); in postQueueSeekDiscontinuity()
[all …]
DARTPSource.cpp55 mNotify(notify) { in ARTPSource()
101 sp<AMessage> notify = mNotify->dup(); in timeUpdate()
/frameworks/av/media/libstagefright/include/
DSDPLoader.h59 sp<AMessage> mNotify; member
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp150 : mNotify(notify), in PlaylistFetcher()
628 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
639 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
653 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
665 sp<AMessage> notify = mNotify->dup(); in onMessageReceived()
705 mStartTimeUsNotify = mNotify->dup(); in onStart()
827 sp<AMessage> notify = mNotify->dup(); in notifyStopReached()
833 sp<AMessage> notify = mNotify->dup(); in notifyError()
1801 mStartTimeUsNotify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
1921 sp<AMessage> notify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
[all …]
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp1182 for (const auto &pair : mNotify) { in ~Impl()
1191 mNotify.begin(), mNotify.end(), in registerOnDestroyNotify()
1195 if (it != mNotify.end()) { in registerOnDestroyNotify()
1198 mNotify.emplace_back(onDestroyNotify, arg); in registerOnDestroyNotify()
1204 mNotify.begin(), mNotify.end(), in unregisterOnDestroyNotify()
1208 if (it == mNotify.end()) { in unregisterOnDestroyNotify()
1211 mNotify.erase(it); in unregisterOnDestroyNotify()
1256 std::list<std::pair<OnDestroyNotify, void *>> mNotify; member in C2Buffer::Impl

12