Home
last modified time | relevance | path

Searched defs:notify (Results 51 – 75 of 330) sorted by relevance

12345678910>>...14

/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_hidl_hal_test.cpp143 void RadioHidlTest_v1_2::notify(int receivedSerial) { in notify() function in RadioHidlTest_v1_2
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_hidl_hal_test.cpp85 void RadioHidlTest_v1_4::notify(int receivedSerial) { in notify() function in RadioHidlTest_v1_4
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcapture_session_utils.cc35 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify) { in CreateCaptureSession()
H A Drgbird_capture_session.cc92 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify, in Create()
508 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify, in SetupRealtimeProcessChain()
617 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify, in SetupHdrplusProcessChain()
675 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify, in CreateProcessChain()
946 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify, in Initialize()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dzip_utils.cpp22 …tils::ZipFolder(const std::string &srcPath, const std::string &dstFile, const ZipTickNotify notify) in ZipFolder()
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A 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
H A DNuPlayer.cpp234 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
3140 sp<AMessage> notify = dupNotify(); in notifyFlagsChanged() local
3147 sp<AMessage> notify = dupNotify(); in notifyVideoSizeChanged() local
3155 sp<AMessage> notify = dupNotify(); in notifyPrepared() local
3165 sp<AMessage> notify = dupNotify(); in notifyDrmInfo() local
[all …]
H A 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
H A 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
/aosp12/packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/
H A DStatusNotification.java25 void notify(String status); in notify() method
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_finalizers_pack.h44 void RegisterFinishNotify(ArkFinalizersPackFinishNotify notify) in RegisterFinishNotify()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/
H A Dsys_event_service_adapter.cpp24 …tServiceAdapter::StartService(SysEventServiceBase* service, OHOS::HiviewDFX::NotifySysEvent notify) in StartService()
/ohos5.0/base/request/request/frameworks/native/src/
H A Druncount_notify_stub.cpp30 void RunCountNotifyStub::CallBack(const Notify &notify) in CallBack()
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG2TSAssembler.cpp37 const sp<AMessage> &notify, in AMPEG2TSAssembler()
H A DARTPConnection.cpp93 const sp<AMessage> &notify, in addStream()
471 sp<AMessage> notify = it->mNotifyMsg->dup(); in onPollStreams() local
766 sp<AMessage> notify = s->mNotifyMsg->dup(); in parseRTP() local
832 sp<AMessage> notify = s->mNotifyMsg->dup(); in parseRTCP() local
1031 sp<AMessage> notify = s->mNotifyMsg->dup(); in parseTSFB() local
1073 sp<AMessage> notify = s->mNotifyMsg->dup(); in parsePSFB() local
1089 sp<AMessage> notify = s->mNotifyMsg->dup(); in parsePSFB() local
H A 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
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp483 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable() local
492 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable() local
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
572 sp<AMessage> notify(mNotify->dup()); in onComponentAllocated() local
580 sp<AMessage> notify(mNotify->dup()); in onComponentConfigured() local
[all …]
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributed_event/
H A Ddms_client_test.cpp58 void BusinessHandlerTest::DSchedEventNotify(EventNotify &notify) in DSchedEventNotify()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp78 …Write(const std::vector<std::pair<std::string, std::string>> &zipItems, const ZipTickNotify notify) in Write()
100 bool ZipWriter::FlushItems(const ZipTickNotify notify) in FlushItems()
/aosp12/frameworks/av/media/libmedia/
H A DIMediaRecorderClient.cpp38 virtual void notify(int msg, int ext1, int ext2) in notify() function in android::BpMediaRecorderClient
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNotificationManager.java111 public void notify(int id, Notification notification) { in notify() method in WifiNotificationManager
/aosp12/hardware/interfaces/automotive/sv/1.0/vts/functional/
H A DSurroundViewStreamHandler.cpp30 Return<void> SurroundViewServiceHandler::notify(SvEvent svEvent) { in notify() function in SurroundViewServiceHandler
/aosp12/packages/modules/DnsResolver/tests/dns_metrics_listener/
H A Dtest_metrics.cpp26 void BaseTestMetricsEvent::notify() { in notify() function in android::net::metrics::BaseTestMetricsEvent
/aosp12/frameworks/base/media/jni/soundpool/
H A DSoundManager.h80 void notify(SoundPoolEvent event) const in notify() function
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H A Dhc_condition.h33 void (*notify)(struct HcConditionT*); member

12345678910>>...14