| /frameworks/ml/nn/driver/sample/ |
| D | SampleDriverUtils.cpp | 28 void notify(const sp<V1_0::IPreparedModelCallback>& callback, const ErrorStatus& status, in notify() function 36 void notify(const sp<V1_2::IPreparedModelCallback>& callback, const ErrorStatus& status, in notify() function 45 void notify(const sp<V1_3::IPreparedModelCallback>& callback, const ErrorStatus& status, in notify() function 54 void notify(const sp<V1_0::IExecutionCallback>& callback, const ErrorStatus& status, in notify() function 62 void notify(const sp<V1_2::IExecutionCallback>& callback, const ErrorStatus& status, in notify() function 70 void notify(const sp<V1_3::IExecutionCallback>& callback, const ErrorStatus& status, in notify() function
|
| /frameworks/av/media/libmediaplayerservice/nuplayer/ |
| D | HTTPLiveSource.cpp | 42 const sp<AMessage> ¬ify, 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
|
| D | NuPlayerDecoderPassThrough.cpp | 44 const sp<AMessage> ¬ify, 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
|
| D | NuPlayerDecoderBase.cpp | 32 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> ¬ify) in DecoderBase() 207 sp<AMessage> notify = mNotify->dup(); in handleError() local
|
| D | NuPlayerDecoder.cpp | 60 const sp<AMessage> ¬ify, 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 811 sp<AMessage> notify = mNotify->dup(); in handleOutputFormatChange() local 1302 sp<AMessage> notify = mNotify->dup(); in notifyResumeCompleteIfNecessary() local
|
| D | NuPlayer.cpp | 226 sp<AMessage> notify = new AMessage(kWhatMediaClockNotify, this); in init() local 233 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local 265 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local 309 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local 331 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local 482 sp<AMessage> notify = new AMessage(kWhatNotifyTime, this); in notifyAt() local 1582 sp<AMessage> notify = new AMessage(kWhatRendererNotify, this); in onStart() local 1944 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); in instantiateDecoder() local 1966 sp<AMessage> notify = new AMessage(kWhatVideoNotify, this); in instantiateDecoder() local 2998 sp<AMessage> notify = dupNotify(); in notifyFlagsChanged() local [all …]
|
| D | GenericSource.cpp | 56 const sp<AMessage> ¬ify, 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
|
| D | RTSPSource.cpp | 42 const sp<AMessage> ¬ify, in RTSPSource() 118 sp<AMessage> notify = new AMessage(kWhatNotify, this); in prepareAsync() local 800 sp<AMessage> notify = new AMessage(kWhatNotify, this); in onSDPLoaded() local 876 sp<AMessage> notify = dupNotify(); in startBufferingIfNecessary() local 892 sp<AMessage> notify = dupNotify(); in stopBufferingIfNecessary() local
|
| D | NuPlayerRenderer.cpp | 114 const sp<AMessage> ¬ify, in Renderer() 483 const sp<AMessage> ¬ify) { in changeAudioFormat() 553 sp<AMessage> notify; in onMessageReceived() local 850 sp<AMessage> notify = mNotify->dup(); in notifyIfMediaRenderingStarted_l() local 1438 sp<AMessage> notify = mNotify->dup(); in notifyVideoRenderingStart() local 1456 sp<AMessage> notify = mNotify->dup(); in notifyEOS_l() local 1728 sp<AMessage> notify = mNotify->dup(); in notifyFlushComplete() local 1883 sp<AMessage> notify = mNotify->dup(); in onAudioTearDown() local 2120 const sp<AMessage> &meta, const sp<AMessage> ¬ify) { in onChangeAudioFormat()
|
| /frameworks/av/media/libmediaplayerservice/ |
| D | DeathNotifier.cpp | 31 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/av/media/libstagefright/filters/ |
| D | GraphicBufferListener.cpp | 32 const sp<AMessage> ¬ify, in init() 74 sp<AMessage> notify = mNotify->dup(); in onFrameAvailable() local
|
| /frameworks/av/media/libstagefright/rtsp/ |
| D | SDPLoader.cpp | 38 const sp<AMessage> ¬ify, in SDPLoader() 140 sp<AMessage> notify = mNotify->dup(); in onLoad() local
|
| D | ARTPSource.cpp | 43 const sp<AMessage> ¬ify) in ARTPSource() 105 sp<AMessage> notify = mNotify->dup(); in timeUpdate() local
|
| D | AMPEG2TSAssembler.cpp | 37 const sp<AMessage> ¬ify, in AMPEG2TSAssembler()
|
| D | ARawAudioAssembler.cpp | 37 const sp<AMessage> ¬ify, in ARawAudioAssembler()
|
| /frameworks/native/services/inputflinger/ |
| D | InputListener.cpp | 47 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifyConfigurationChangedArgs 89 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifyKeyArgs 188 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifyMotionArgs 213 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifySwitchArgs 230 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const { in notify() function in android::NotifyDeviceResetArgs
|
| /frameworks/av/media/libstagefright/ |
| D | MPEG2TSWriter.cpp | 130 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> ¬ify, const sp<MetaData> ¶ms) { 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
|
| D | MediaCodec.cpp | 415 BufferCallback::BufferCallback(const sp<AMessage> ¬ify) in BufferCallback() 420 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable() local 429 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable() local 466 CodecCallback::CodecCallback(const sp<AMessage> ¬ify) : mNotify(notify) {} in CodecCallback() 469 sp<AMessage> notify(mNotify->dup()); in onEos() local 476 sp<AMessage> notify(mNotify->dup()); in onStartCompleted() local 482 sp<AMessage> notify(mNotify->dup()); in onStopCompleted() local 488 sp<AMessage> notify(mNotify->dup()); in onReleaseCompleted() local 494 sp<AMessage> notify(mNotify->dup()); in onFlushCompleted() local 500 sp<AMessage> notify(mNotify->dup()); in onError() local [all …]
|
| /frameworks/av/drm/common/ |
| D | IDrmServiceListener.cpp | 27 status_t BpDrmServiceListener::notify(const DrmInfoEvent& event) { in notify() function in BpDrmServiceListener
|
| /frameworks/ml/nn/runtime/ |
| D | Callbacks.h | 326 hal::Return<void> notify(hal::V1_3::ErrorStatus status, in notify() function
|
| D | Callbacks.cpp | 56 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus errorStatus, in notify() function in android::nn::PreparedModelCallback 97 Return<void> ExecutionCallback::notify(V1_0::ErrorStatus errorStatus) { in notify() function in android::nn::ExecutionCallback
|
| /frameworks/av/media/libmedia/ |
| D | IMediaRecorderClient.cpp | 38 virtual void notify(int msg, int ext1, int ext2) in notify() function in android::BpMediaRecorderClient
|
| D | IMediaPlayerClient.cpp | 38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) in notify() function in android::BpMediaPlayerClient
|
| /frameworks/base/media/jni/soundpool/ |
| D | SoundManager.h | 80 void notify(SoundPoolEvent event) const in notify() function
|
| /frameworks/av/media/libstagefright/httplive/ |
| D | LiveSession.cpp | 277 const sp<AMessage> ¬ify, uint32_t flags, in LiveSession() 908 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() local 1172 sp<AMessage> notify = new AMessage(kWhatFetcherNotify, this); in addFetcher() local 1764 sp<AMessage> notify = mNotify->dup(); in onChangeConfiguration2() local 2251 sp<AMessage> notify = mNotify->dup(); in startBufferingIfNecessary() local 2264 sp<AMessage> notify = mNotify->dup(); in stopBufferingIfNecessary() local 2281 sp<AMessage> notify = mNotify->dup(); in notifyBufferingUpdate() local 2391 sp<AMessage> notify = mNotify->dup(); in postError() local 2400 sp<AMessage> notify = mNotify->dup(); in postPrepared() local
|