Home
last modified time | relevance | path

Searched refs:mNotify (Results 1 – 25 of 60) sorted by relevance

123

/aosp12/frameworks/av/media/libmediaplayerservice/
H A 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
/aosp12/frameworks/av/media/libstagefright/
H A 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()
H A 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()
H A DMediaCodec.cpp475 const sp<AMessage> mNotify; member in android::__anon047fe27d0110::BufferCallback
479 : mNotify(notify) {} in BufferCallback()
483 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable()
492 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable()
527 const sp<AMessage> mNotify; member in android::__anon047fe27d0110::CodecCallback
533 sp<AMessage> notify(mNotify->dup()); in onEos()
540 sp<AMessage> notify(mNotify->dup()); in onStartCompleted()
546 sp<AMessage> notify(mNotify->dup()); in onStopCompleted()
552 sp<AMessage> notify(mNotify->dup()); in onReleaseCompleted()
558 sp<AMessage> notify(mNotify->dup()); in onFlushCompleted()
[all …]
/aosp12/frameworks/av/media/libstagefright/filters/
H A 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()
H A DGraphicBufferListener.h53 sp<AMessage> mNotify;
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h67 : mNotify(notify) { in Source()
153 sp<AMessage> dupNotify() const { return mNotify->dup(); } in dupNotify()
163 sp<AMessage> mNotify;
H A 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()
H A DNuPlayerDecoderBase.cpp33 : mNotify(notify), in DecoderBase()
207 sp<AMessage> notify = mNotify->dup(); in handleError()
H A 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()
817 sp<AMessage> notify = mNotify->dup(); in handleOutputFormatChange()
1231 sp<AMessage> msg = mNotify->dup(); in finishHandleDiscontinuity()
1326 sp<AMessage> notify = mNotify->dup(); in notifyResumeCompleteIfNecessary()
H A DNuPlayerDecoderBase.h87 sp<AMessage> mNotify; member
H A DNuPlayerCCDecoder.h66 sp<AMessage> mNotify; member
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaClock.h85 const sp<AMessage> mNotify; member
114 sp<AMessage> mNotify; member
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp41 : mNotify(notify), in SDPLoader()
140 sp<AMessage> notify = mNotify->dup(); in onLoad()
H A DMyHandler.h133 : mNotify(notify),
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 …]
/aosp12/frameworks/av/media/libstagefright/httplive/
H A 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()
2242 sp<AMessage> msg = mNotify->dup(); in updateDuration()
[all …]
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Buffer.cpp1226 for (const auto &pair : mNotify) { in ~Impl()
1235 mNotify.begin(), mNotify.end(), in registerOnDestroyNotify()
1239 if (it != mNotify.end()) { in registerOnDestroyNotify()
1242 mNotify.emplace_back(onDestroyNotify, arg); in registerOnDestroyNotify()
1248 mNotify.begin(), mNotify.end(), in unregisterOnDestroyNotify()
1252 if (it == mNotify.end()) { in unregisterOnDestroyNotify()
1255 mNotify.erase(it); in unregisterOnDestroyNotify()
1300 std::list<std::pair<OnDestroyNotify, void *>> mNotify; member in C2Buffer::Impl
/aosp12/frameworks/av/media/libstagefright/include/
H A DSDPLoader.h59 sp<AMessage> mNotify; member
/aosp12/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng.cpp214 LocMsg(), mLocEng(locEng), mNotify(notif), mPayload(data) { in LocEngRequestNi()
219 &mNotify, mPayload); in proc()
226 mNotify.notification_id, in locallog()
227 loc_get_ni_type_name(mNotify.ni_type), in locallog()
228 mNotify.notify_flags, in locallog()
229 mNotify.timeout, in locallog()
230 loc_get_ni_response_name(mNotify.default_response), in locallog()
231 loc_get_ni_encoding_name(mNotify.requestor_id_encoding), in locallog()
232 loc_get_ni_encoding_name(mNotify.text_encoding), in locallog()
/aosp12/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng.cpp214 LocMsg(), mLocEng(locEng), mNotify(notif), mPayload(data) { in LocEngRequestNi()
219 &mNotify, mPayload); in proc()
226 mNotify.notification_id, in locallog()
227 loc_get_ni_type_name(mNotify.ni_type), in locallog()
228 mNotify.notify_flags, in locallog()
229 mNotify.timeout, in locallog()
230 loc_get_ni_response_name(mNotify.default_response), in locallog()
231 loc_get_ni_encoding_name(mNotify.requestor_id_encoding), in locallog()
232 loc_get_ni_encoding_name(mNotify.text_encoding), in locallog()
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng.cpp234 LocMsg(), mLocEng(locEng), mNotify(notif), mPayload(data) { in LocEngRequestNi()
239 &mNotify, mPayload); in proc()
246 mNotify.notification_id, in locallog()
247 loc_get_ni_type_name(mNotify.ni_type), in locallog()
248 mNotify.notify_flags, in locallog()
249 mNotify.timeout, in locallog()
250 loc_get_ni_response_name(mNotify.default_response), in locallog()
251 loc_get_ni_encoding_name(mNotify.requestor_id_encoding), in locallog()
252 loc_get_ni_encoding_name(mNotify.text_encoding), in locallog()
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng.cpp231 LocMsg(), mLocEng(locEng), mNotify(notif), mPayload(data) { in LocEngRequestNi()
236 &mNotify, mPayload); in proc()
243 mNotify.notification_id, in locallog()
244 loc_get_ni_type_name(mNotify.ni_type), in locallog()
245 mNotify.notify_flags, in locallog()
246 mNotify.timeout, in locallog()
247 loc_get_ni_response_name(mNotify.default_response), in locallog()
248 loc_get_ni_encoding_name(mNotify.requestor_id_encoding), in locallog()
249 loc_get_ni_encoding_name(mNotify.text_encoding), in locallog()
/aosp12/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.cpp234 LocMsg(), mLocEng(locEng), mNotify(notif), mPayload(data) { in LocEngRequestNi()
239 &mNotify, mPayload); in proc()
246 mNotify.notification_id, in locallog()
247 loc_get_ni_type_name(mNotify.ni_type), in locallog()
248 mNotify.notify_flags, in locallog()
249 mNotify.timeout, in locallog()
250 loc_get_ni_response_name(mNotify.default_response), in locallog()
251 loc_get_ni_encoding_name(mNotify.requestor_id_encoding), in locallog()
252 loc_get_ni_encoding_name(mNotify.text_encoding), in locallog()
/aosp12/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng.cpp231 LocMsg(), mLocEng(locEng), mNotify(notif), mPayload(data) { in LocEngRequestNi()
236 &mNotify, mPayload); in proc()
243 mNotify.notification_id, in locallog()
244 loc_get_ni_type_name(mNotify.ni_type), in locallog()
245 mNotify.notify_flags, in locallog()
246 mNotify.timeout, in locallog()
247 loc_get_ni_response_name(mNotify.default_response), in locallog()
248 loc_get_ni_encoding_name(mNotify.requestor_id_encoding), in locallog()
249 loc_get_ni_encoding_name(mNotify.text_encoding), in locallog()
/aosp12/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng.cpp231 LocMsg(), mLocEng(locEng), mNotify(notif), mPayload(data) { in LocEngRequestNi()
236 &mNotify, mPayload); in proc()
243 mNotify.notification_id, in locallog()
244 loc_get_ni_type_name(mNotify.ni_type), in locallog()
245 mNotify.notify_flags, in locallog()
246 mNotify.timeout, in locallog()
247 loc_get_ni_response_name(mNotify.default_response), in locallog()
248 loc_get_ni_encoding_name(mNotify.requestor_id_encoding), in locallog()
249 loc_get_ni_encoding_name(mNotify.text_encoding), in locallog()

123