/frameworks/av/media/libmediaplayerservice/ |
D | DeathNotifier.cpp | 31 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/ |
D | MediaClock.cpp | 34 : 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()
|
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 | 274 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> ¬ify) : 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 …]
|
D | MediaCodecSource.cpp | 78 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/ |
D | GraphicBufferListener.cpp | 34 mNotify = notify; in init() 74 sp<AMessage> notify = mNotify->dup(); in onFrameAvailable() 75 mNotify->setWhat(kWhatFrameAvailable); in onFrameAvailable() 76 mNotify->post(); in onFrameAvailable()
|
D | GraphicBufferListener.h | 53 sp<AMessage> mNotify;
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerSource.h | 66 : mNotify(notify) { in Source() 150 sp<AMessage> dupNotify() const { return mNotify->dup(); } in dupNotify() 160 sp<AMessage> mNotify;
|
D | NuPlayerDecoderPassThrough.cpp | 243 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()
|
D | NuPlayerDecoderBase.cpp | 33 : mNotify(notify), in DecoderBase() 207 sp<AMessage> notify = mNotify->dup(); in handleError()
|
D | NuPlayerDecoderBase.h | 87 sp<AMessage> mNotify; member
|
D | NuPlayerCCDecoder.h | 66 sp<AMessage> mNotify; member
|
D | NuPlayerDecoder.cpp | 517 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()
|
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 | 117 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/ |
D | MediaClock.h | 85 const sp<AMessage> mNotify; member 114 sp<AMessage> mNotify; member
|
/frameworks/av/media/libstagefright/rtsp/ |
D | SDPLoader.cpp | 41 : mNotify(notify), in SDPLoader() 140 sp<AMessage> notify = mNotify->dup(); in onLoad()
|
D | MyHandler.h | 128 : 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 …]
|
D | ARTPSource.h | 67 sp<AMessage> mNotify; member
|
D | ARTPSource.cpp | 55 mNotify(notify) { in ARTPSource() 101 sp<AMessage> notify = mNotify->dup(); in timeUpdate()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Buffer.cpp | 1170 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/ |
D | SDPLoader.h | 59 sp<AMessage> mNotify; member
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 151 : 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 …]
|
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
|