Home
last modified time | relevance | path

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

1234567891011

/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriverUtils.cpp27 void notify(const sp<V1_0::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status, in notify() function
35 void notify(const sp<V1_2::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status, in notify() function
44 void notify(const sp<V1_3::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status, in notify() function
53 void notify(const sp<V1_0::IExecutionCallback>& callback, const V1_3::ErrorStatus& status, in notify() function
61 void notify(const sp<V1_2::IExecutionCallback>& callback, const V1_3::ErrorStatus& status, in notify() function
69 void notify(const sp<V1_3::IExecutionCallback>& callback, const V1_3::ErrorStatus& status, in notify() function
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A 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
H A 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
H A DNuPlayerDecoderBase.cpp32 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> &notify) in DecoderBase()
207 sp<AMessage> notify = mNotify->dup(); in handleError() local
/aosp12/frameworks/av/media/libmediaplayerservice/
H A 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()
/aosp12/hardware/google/camera/common/hal/tests/
H A Dresult_processor_tests.cc55 NotifyFunc notify = NotifyFunc([](const NotifyMessage& /*message*/) {}); in TEST() local
90 NotifyFunc notify = NotifyFunc([](const NotifyMessage& /*message*/) {}); in TEST() local
108 NotifyFunc notify = NotifyFunc([](const NotifyMessage& /*message*/) {}); in TEST() local
135 NotifyFunc notify = NotifyFunc( in TEST() local
166 NotifyFunc notify = NotifyFunc([&](const NotifyMessage& /*message*/) {}); in TEST() local
/aosp12/frameworks/native/services/inputflinger/
H A 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
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DNotificationHelper.java67 final Notification.Builder notify = new Notification.Builder(mContext) in showResumeNotification() local
89 final Notification.Builder notify = new Notification.Builder(mContext, CHANNEL_ID) in showPrivacyReminderNotification() local
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DCallbacks.cpp59 Return<void> PreparedModelCallback::notify(ErrorStatus status, in notify() function in android::hardware::neuralnetworks::V1_0::utils::PreparedModelCallback
75 Return<void> ExecutionCallback::notify(ErrorStatus status) { in notify() function in android::hardware::neuralnetworks::V1_0::utils::ExecutionCallback
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DCallbacks.cpp27 Return<void> PreparedModelCallback::notify(ErrorStatus errorStatus, in notify() function in android::hardware::neuralnetworks::V1_0::implementation::PreparedModelCallback
64 Return<void> ExecutionCallback::notify(ErrorStatus errorStatus) { in notify() function in android::hardware::neuralnetworks::V1_0::implementation::ExecutionCallback
/aosp12/frameworks/av/media/libstagefright/filters/
H A DGraphicBufferListener.cpp32 const sp<AMessage> &notify, in init()
74 sp<AMessage> notify = mNotify->dup(); in onFrameAvailable() local
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp38 const sp<AMessage> &notify, in SDPLoader()
140 sp<AMessage> notify = mNotify->dup(); in onLoad() local
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dzsl_snapshot_capture_session.cc210 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify) { in Create()
294 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify, in ConfigureStreams()
426 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify) { in SetupSnapshotProcessChain()
487 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify) { in SetupRealtimeProcessChain()
583 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify, in Initialize()
/aosp12/frameworks/av/media/libstagefright/
H A 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
/aosp12/frameworks/native/services/surfaceflinger/
H A 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
237 void SurfaceTracing::AsyncRunner::notify(const char* where) { in notify() function in android::SurfaceTracing::AsyncRunner
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
H A DIPreparedModelCallback.aidl37 …void notify(in android.hardware.neuralnetworks.ErrorStatus status, in android.hardware.neuralnetwo… in notify() method
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
H A DIPreparedModelCallback.aidl37 …void notify(in android.hardware.neuralnetworks.ErrorStatus status, in android.hardware.neuralnetwo… in notify() method
/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
H A DIPreparedModelCallback.aidl49 void notify(in ErrorStatus status, in IPreparedModel preparedModel); in notify() method
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DCallbacks.cpp34 Return<void> PreparedModelCallback::notify(ErrorStatus errorStatus, in notify() function in android::hardware::neuralnetworks::V1_2::implementation::PreparedModelCallback
76 Return<void> ExecutionCallback::notify(ErrorStatus errorStatus) { in notify() function in android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DCallbacks.cpp82 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus status, in notify() function in android::hardware::neuralnetworks::V1_2::utils::PreparedModelCallback
104 Return<void> ExecutionCallback::notify(V1_0::ErrorStatus status) { in notify() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionCallback
/aosp12/hardware/interfaces/radio/config/1.0/vts/functional/
H A Dradio_config_hidl_hal_test.cpp41 void RadioConfigHidlTest::notify() { in notify() function in RadioConfigHidlTest
/aosp12/hardware/interfaces/radio/config/1.1/vts/functional/
H A Dradio_config_hidl_hal_test.cpp38 void RadioConfigHidlTest::notify(int receivedSerial) { in notify() function in RadioConfigHidlTest
/aosp12/hardware/interfaces/radio/config/1.2/vts/functional/
H A Dradio_config_hidl_hal_test.cpp38 void RadioConfigHidlTest::notify(int receivedSerial) { in notify() function in RadioConfigHidlTest
/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/
H A DDialerNotificationManager.java41 public static void notify(@NonNull Context context, int id, @NonNull Notification notification) { in notify() method in DialerNotificationManager
47 public static void notify( in notify() method in DialerNotificationManager
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dsap_hidl_hal_test.cpp33 void SapHidlTest::notify(int receivedToken) { in notify() function in SapHidlTest

1234567891011