/aosp12/packages/modules/NeuralNetworks/driver/sample/ |
H A D | SampleDriverUtils.cpp | 27 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 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
|
H A 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
|
H A D | NuPlayerDecoderBase.cpp | 32 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> ¬ify) in DecoderBase() 207 sp<AMessage> notify = mNotify->dup(); in handleError() local
|
/aosp12/frameworks/av/media/libmediaplayerservice/ |
H A 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()
|
/aosp12/hardware/google/camera/common/hal/tests/ |
H A D | result_processor_tests.cc | 55 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 D | InputListener.cpp | 47 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 D | NotificationHelper.java | 67 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 D | Callbacks.cpp | 59 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 D | Callbacks.cpp | 27 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 D | GraphicBufferListener.cpp | 32 const sp<AMessage> ¬ify, in init() 74 sp<AMessage> notify = mNotify->dup(); in onFrameAvailable() local
|
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A D | SDPLoader.cpp | 38 const sp<AMessage> ¬ify, in SDPLoader() 140 sp<AMessage> notify = mNotify->dup(); in onLoad() local
|
/aosp12/hardware/google/camera/common/hal/google_camera_hal/ |
H A D | zsl_snapshot_capture_session.cc | 210 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 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
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceTracing.cpp | 73 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 D | IPreparedModelCallback.aidl | 37 …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 D | IPreparedModelCallback.aidl | 37 …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 D | IPreparedModelCallback.aidl | 49 void notify(in ErrorStatus status, in IPreparedModel preparedModel); in notify() method
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | Callbacks.cpp | 34 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 D | Callbacks.cpp | 82 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 D | radio_config_hidl_hal_test.cpp | 41 void RadioConfigHidlTest::notify() { in notify() function in RadioConfigHidlTest
|
/aosp12/hardware/interfaces/radio/config/1.1/vts/functional/ |
H A D | radio_config_hidl_hal_test.cpp | 38 void RadioConfigHidlTest::notify(int receivedSerial) { in notify() function in RadioConfigHidlTest
|
/aosp12/hardware/interfaces/radio/config/1.2/vts/functional/ |
H A D | radio_config_hidl_hal_test.cpp | 38 void RadioConfigHidlTest::notify(int receivedSerial) { in notify() function in RadioConfigHidlTest
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/ |
H A D | DialerNotificationManager.java | 41 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 D | sap_hidl_hal_test.cpp | 33 void SapHidlTest::notify(int receivedToken) { in notify() function in SapHidlTest
|