/frameworks/av/media/libmediaplayerservice/ |
D | DeathNotifier.cpp | 38 DeathRecipient(Notify const& notify): mNotify{notify} { in DeathRecipient() 46 mNotify(); in binderDied() 50 mNotify(); in serviceDied() 62 recipient->mNotify(); in OnBinderDied() 82 Notify mNotify; member in android::DeathNotifier::DeathRecipient
|
/frameworks/av/media/libstagefright/ |
D | MediaClock.cpp | 34 : mNotify(notify), in Timer() 69 it->mNotify->setInt32("reason", TIMER_REASON_RESET); in reset() 70 it->mNotify->post(); in reset() 300 itNotify->second.mNotify->setInt32("reason", TIMER_REASON_REACHED); in processTimers_l() 301 itNotify->second.mNotify->post(); in processTimers_l() 329 mNotify = msg; in setNotificationMessage() 333 if (mNotify != nullptr) { in notifyDiscontinuity_l() 334 sp<AMessage> msg = mNotify->dup(); in notifyDiscontinuity_l()
|
D | MPEG2TSWriter.cpp | 74 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()
|
D | MediaCodec.cpp | 812 explicit CryptoAsyncCallback(const sp<AMessage> & notify):mNotify(notify) { in CryptoAsyncCallback() 825 sp<AMessage> notify(mNotify->dup()); in onDecryptError() 840 const sp<AMessage> mNotify; member in android::__anonaa6bfb110211::CryptoAsyncCallback 884 const sp<AMessage> mNotify; member in android::__anonaa6bfb110211::BufferCallback 888 : mNotify(notify) {} in BufferCallback() 892 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable() 901 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable() 937 const sp<AMessage> mNotify; member in android::__anonaa6bfb110211::CodecCallback 940 CodecCallback::CodecCallback(const sp<AMessage> ¬ify) : mNotify(notify) {} in CodecCallback() 943 sp<AMessage> notify(mNotify->dup()); in onEos() [all …]
|
D | MediaCodecSource.cpp | 79 sp<AMessage> mNotify; member 182 mNotify = notify; in start() 225 sp<AMessage> msg = mNotify->dup(); in handleEOS() 322 mNotify->post(); in onMessageReceived()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/ |
D | NuPlayerSource.h | 67 : mNotify(notify) { in Source() 153 sp<AMessage> dupNotify() const { return mNotify->dup(); } in dupNotify() 163 sp<AMessage> mNotify;
|
D | NuPlayerDecoderBase.h | 87 sp<AMessage> mNotify; member
|
D | NuPlayerCCDecoder.h | 66 sp<AMessage> mNotify; member
|
D | NuPlayerRenderer.h | 158 sp<AMessage> mNotify; member
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaClock.h | 85 const sp<AMessage> mNotify; member 114 sp<AMessage> mNotify; member
|
/frameworks/av/media/libstagefright/rtsp/ |
D | SDPLoader.cpp | 42 : mNotify(notify), in SDPLoader() 141 sp<AMessage> notify = mNotify->dup(); in onLoad()
|
D | ARTPSource.cpp | 74 mNotify(notify) { in ARTPSource() 140 sp<AMessage> notify = mNotify->dup(); in timeUpdate() 154 sp<AMessage> notify = mNotify->dup(); in processReceptionReportBlock() 737 sp<AMessage> notify = mNotify->dup(); in notifyPktInfo()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoderPassThrough.cpp | 242 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()
|
D | NuPlayerDecoderBase.cpp | 33 : mNotify(notify), in DecoderBase() 207 sp<AMessage> notify = mNotify->dup(); in handleError()
|
D | NuPlayerDecoder.cpp | 529 sp<AMessage> notify = mNotify->dup(); in onFlush() 564 sp<AMessage> notify = mNotify->dup(); in onShutdown() 608 sp<AMessage> notify = mNotify->dup(); in handleError() 824 sp<AMessage> notify = mNotify->dup(); in handleOutputFormatChange() 1238 sp<AMessage> msg = mNotify->dup(); in finishHandleDiscontinuity() 1333 sp<AMessage> notify = mNotify->dup(); in notifyResumeCompleteIfNecessary()
|
D | NuPlayerCCDecoder.cpp | 121 : mNotify(notify), in CCDecoder() 533 sp<AMessage> msg = mNotify->dup(); in decode() 581 sp<AMessage> msg = mNotify->dup(); in display()
|
D | NuPlayerRenderer.cpp | 122 mNotify(notify), in Renderer() 184 mNotify.clear(); in ~Renderer() 899 sp<AMessage> notify = mNotify->dup(); in notifyIfMediaRenderingStarted_l() 1497 sp<AMessage> notify = mNotify->dup(); in notifyVideoRenderingStart() 1515 sp<AMessage> notify = mNotify->dup(); in notifyEOS_l() 1794 sp<AMessage> notify = mNotify->dup(); in notifyFlushComplete() 1950 sp<AMessage> notify = mNotify->dup(); in onAudioTearDown()
|
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/ |
D | SDPLoader.h | 59 sp<AMessage> mNotify; member
|
D | MyHandler.h | 133 : mNotify(notify), in mNotify() function 977 sp<AMessage> msg = mNotify->dup(); in onMessageReceived() 1203 sp<AMessage> msg = mNotify->dup(); in onMessageReceived() 1251 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() 1358 sp<AMessage> msg = mNotify->dup(); in onMessageReceived() 1586 sp<AMessage> mNotify; member 1771 sp<AMessage> msg = mNotify->dup(); in handleFirstAccessUnit() 1960 sp<AMessage> msg = mNotify->dup(); in postQueueAccessUnit() 1968 sp<AMessage> msg = mNotify->dup(); in postQueueEOS() 1976 sp<AMessage> msg = mNotify->dup(); in postQueueSeekDiscontinuity() [all …]
|
D | ARTPSource.h | 152 sp<AMessage> mNotify; member
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 151 : 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 …]
|
D | LiveSession.cpp | 279 : 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()
|
D | PlaylistFetcher.h | 117 sp<AMessage> mNotify; member
|
D | LiveSession.h | 188 sp<AMessage> mNotify; member
|
/frameworks/av/media/codec2/vndk/ |
D | C2Buffer.cpp | 1674 for (const auto &pair : mNotify) { in ~Impl() 1683 mNotify.begin(), mNotify.end(), in registerOnDestroyNotify() 1687 if (it != mNotify.end()) { in registerOnDestroyNotify() 1690 mNotify.emplace_back(onDestroyNotify, arg); in registerOnDestroyNotify() 1696 mNotify.begin(), mNotify.end(), in unregisterOnDestroyNotify() 1700 if (it == mNotify.end()) { in unregisterOnDestroyNotify() 1703 mNotify.erase(it); in unregisterOnDestroyNotify() 1748 std::list<std::pair<OnDestroyNotify, void *>> mNotify; member in C2Buffer::Impl
|