/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 | 263 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> ¬ify) : 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/ |
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/libmediaplayer2/nuplayer2/ |
D | NuPlayer2Source.h | 65 : mNotify(notify) { in Source() 149 sp<AMessage> dupNotify() const { return mNotify->dup(); } in dupNotify() 158 sp<AMessage> mNotify;
|
D | NuPlayer2DecoderPassThrough.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 | NuPlayer2DecoderBase.cpp | 33 : mNotify(notify), in DecoderBase() 209 sp<AMessage> notify = mNotify->dup(); in handleError()
|
D | NuPlayer2DecoderBase.h | 87 sp<AMessage> mNotify; member
|
D | NuPlayer2CCDecoder.h | 66 sp<AMessage> mNotify; member
|
D | NuPlayer2Decoder.cpp | 536 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/ |
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
|
/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 | 40 : mNotify(notify), in SDPLoader() 139 sp<AMessage> notify = mNotify->dup(); in onLoad()
|
D | ARTPSource.h | 67 sp<AMessage> mNotify; member
|
D | MyHandler.h | 127 : 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 …]
|
D | ARTPSource.cpp | 55 mNotify(notify) { in ARTPSource() 101 sp<AMessage> notify = mNotify->dup(); in timeUpdate()
|
/frameworks/av/media/libstagefright/include/ |
D | SDPLoader.h | 59 sp<AMessage> mNotify; member
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 150 : 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/ |
D | C2Buffer.cpp | 1182 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
|