Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 25 of 83) sorted by relevance

1234

/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.cpp42 const sp<AMessage> &notify, in HTTPLiveSource()
111 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); in prepareAsync() local
263 sp<AMessage> notify = dupNotify(); in pollForRawData() local
387 sp<AMessage> notify = dupNotify(); in onSessionNotify() local
398 sp<AMessage> notify = dupNotify(); in onSessionNotify() local
406 sp<AMessage> notify = dupNotify(); in onSessionNotify() local
415 sp<AMessage> notify = dupNotify(); in onSessionNotify() local
429 sp<AMessage> notify = dupNotify(); in onSessionNotify() local
DNuPlayerDecoderPassThrough.cpp44 const sp<AMessage> &notify, in DecoderPassThrough()
368 sp<AMessage> notify = mNotify->dup(); in onResume() local
395 sp<AMessage> notify = mNotify->dup(); in onFlush() local
406 sp<AMessage> notify = mNotify->dup(); in onShutdown() local
DNuPlayerDecoderBase.cpp32 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> &notify) in DecoderBase()
207 sp<AMessage> notify = mNotify->dup(); in handleError() local
DNuPlayerDecoder.cpp60 const sp<AMessage> &notify, in Decoder()
522 sp<AMessage> notify = mNotify->dup(); in onFlush() local
557 sp<AMessage> notify = mNotify->dup(); in onShutdown() local
601 sp<AMessage> notify = mNotify->dup(); in handleError() local
817 sp<AMessage> notify = mNotify->dup(); in handleOutputFormatChange() local
1326 sp<AMessage> notify = mNotify->dup(); in notifyResumeCompleteIfNecessary() local
DNuPlayer.cpp227 sp<AMessage> notify = new AMessage(kWhatMediaClockNotify, this); in init() local
234 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local
266 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local
310 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local
332 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local
376 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local
495 sp<AMessage> notify = new AMessage(kWhatNotifyTime, this); in notifyAt() local
1597 sp<AMessage> notify = new AMessage(kWhatRendererNotify, this); in onStart() local
1970 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); in instantiateDecoder() local
1992 sp<AMessage> notify = new AMessage(kWhatVideoNotify, this); in instantiateDecoder() local
[all …]
DGenericSource.cpp56 const sp<AMessage> &notify, in GenericSource()
596 sp<AMessage> notify = dupNotify(); in sendCacheStats() local
781 sp<AMessage> notify = dupNotify(); in sendTextData() local
816 sp<AMessage> notify = dupNotify(); in sendGlobalTextData() local
888 sp<AMessage> notify = dupNotify(); in dequeueAccessUnit() local
1484 sp<AMessage> notify = dupNotify(); in readBuffer() local
1527 sp<AMessage> notify = dupNotify(); in notifyBufferingUpdate() local
1576 sp<AMessage> notify = dupNotify(); in onPollBuffering() local
DRTSPSource.cpp42 const sp<AMessage> &notify, in RTSPSource()
118 sp<AMessage> notify = new AMessage(kWhatNotify, this); in prepareAsync() local
802 sp<AMessage> notify = new AMessage(kWhatNotify, this); in onSDPLoaded() local
878 sp<AMessage> notify = dupNotify(); in startBufferingIfNecessary() local
894 sp<AMessage> notify = dupNotify(); in stopBufferingIfNecessary() local
DRTPSource.cpp36 const sp<AMessage> &notify, in RTPSource()
120 sp<AMessage> notify = new AMessage('accu', this); in prepareAsync() local
311 sp<AMessage> notify = dupNotify(); in dequeueAccessUnit() local
406 sp<AMessage> notify = dupNotify(); in onMessageReceived() local
DNuPlayerRenderer.cpp114 const sp<AMessage> &notify, in Renderer()
483 const sp<AMessage> &notify) { in changeAudioFormat()
553 sp<AMessage> notify; in onMessageReceived() local
850 sp<AMessage> notify = mNotify->dup(); in notifyIfMediaRenderingStarted_l() local
1443 sp<AMessage> notify = mNotify->dup(); in notifyVideoRenderingStart() local
1461 sp<AMessage> notify = mNotify->dup(); in notifyEOS_l() local
1733 sp<AMessage> notify = mNotify->dup(); in notifyFlushComplete() local
1888 sp<AMessage> notify = mNotify->dup(); in onAudioTearDown() local
2126 const sp<AMessage> &meta, const sp<AMessage> &notify) { in onChangeAudioFormat()
/frameworks/av/media/libmediaplayerservice/
DDeathNotifier.cpp31 DeathRecipient(Notify const& notify): mNotify{notify} { in DeathRecipient()
46 DeathNotifier::DeathNotifier(sp<IBinder> const& service, Notify const& notify) in DeathNotifier()
52 DeathNotifier::DeathNotifier(sp<HBase> const& service, Notify const& notify) in DeathNotifier()
/frameworks/native/services/inputflinger/
DInputListener.cpp47 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifyConfigurationChangedArgs
92 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifyKeyArgs
191 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifyMotionArgs
215 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifySwitchArgs
250 void NotifySensorArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifySensorArgs
268 void NotifyVibratorStateArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifyVibratorStateArgs
284 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifyDeviceResetArgs
302 void NotifyPointerCaptureChangedArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifyPointerCaptureChangedArgs
/frameworks/av/media/libstagefright/rtsp/
DSDPLoader.cpp38 const sp<AMessage> &notify, in SDPLoader()
140 sp<AMessage> notify = mNotify->dup(); in onLoad() local
DAMPEG2TSAssembler.cpp37 const sp<AMessage> &notify, in AMPEG2TSAssembler()
DARTPConnection.cpp93 const sp<AMessage> &notify, in addStream()
471 sp<AMessage> notify = it->mNotifyMsg->dup(); in onPollStreams() local
758 sp<AMessage> notify = s->mNotifyMsg->dup(); in parseRTP() local
824 sp<AMessage> notify = s->mNotifyMsg->dup(); in parseRTCP() local
1023 sp<AMessage> notify = s->mNotifyMsg->dup(); in parseTSFB() local
1065 sp<AMessage> notify = s->mNotifyMsg->dup(); in parsePSFB() local
1081 sp<AMessage> notify = s->mNotifyMsg->dup(); in parsePSFB() local
DARTPSource.cpp46 const sp<AMessage> &notify) in ARTPSource()
140 sp<AMessage> notify = mNotify->dup(); in timeUpdate() local
690 sp<AMessage> notify = mJbTimer->dup(); in setJbAlarmTime() local
709 sp<AMessage> notify = mNotify->dup(); in notifyPktInfo() local
DARawAudioAssembler.cpp37 const sp<AMessage> &notify, in ARawAudioAssembler()
/frameworks/av/media/libstagefright/filters/
DGraphicBufferListener.cpp32 const sp<AMessage> &notify, in init()
74 sp<AMessage> notify = mNotify->dup(); in onFrameAvailable() local
/frameworks/av/media/libstagefright/
DMPEG2TSWriter.cpp130 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> &notify, const sp<MetaData> &params) { in start()
245 sp<AMessage> notify = mNotify->dup(); in extractCodecSpecificData() local
253 sp<AMessage> notify = mNotify->dup(); in appendAVCFrame() local
283 sp<AMessage> notify = mNotify->dup(); in appendAACFrames() local
356 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() local
375 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() local
530 sp<AMessage> notify = in start() local
DMediaCodec.cpp478 BufferCallback::BufferCallback(const sp<AMessage> &notify) in BufferCallback()
483 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable() local
492 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable() local
530 CodecCallback::CodecCallback(const sp<AMessage> &notify) : mNotify(notify) {} in CodecCallback()
533 sp<AMessage> notify(mNotify->dup()); in onEos() local
540 sp<AMessage> notify(mNotify->dup()); in onStartCompleted() local
546 sp<AMessage> notify(mNotify->dup()); in onStopCompleted() local
552 sp<AMessage> notify(mNotify->dup()); in onReleaseCompleted() local
558 sp<AMessage> notify(mNotify->dup()); in onFlushCompleted() local
564 sp<AMessage> notify(mNotify->dup()); in onError() local
[all …]
/frameworks/native/services/surfaceflinger/
DSurfaceTracing.cpp73 void SurfaceTracing::notify(const char* where) { in notify() function in android::SurfaceTracing
131 void SurfaceTracing::Runner::notify(const char* where) { in notify() function in android::SurfaceTracing::Runner
232 void SurfaceTracing::AsyncRunner::notify(const char* where) { in notify() function in android::SurfaceTracing::AsyncRunner
/frameworks/av/media/libstagefright/tests/writer/
DWriterListener.h32 virtual void notify(int32_t msg, int32_t ext1, int32_t ext2) { in notify() function
/frameworks/av/drm/common/
DIDrmServiceListener.cpp27 status_t BpDrmServiceListener::notify(const DrmInfoEvent& event) { in notify() function in BpDrmServiceListener
/frameworks/av/media/libmedia/
DIMediaRecorderClient.cpp38 virtual void notify(int msg, int ext1, int ext2) in notify() function in android::BpMediaRecorderClient
DIMediaPlayerClient.cpp38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) in notify() function in android::BpMediaPlayerClient
/frameworks/base/media/jni/soundpool/
DSoundManager.h80 void notify(SoundPoolEvent event) const in notify() function

1234