Home
last modified time | relevance | path

Searched defs:notify (Results 26 – 50 of 1517) sorted by relevance

12345678910>>...61

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/tests/
Dnotify.rs34 let notify = Arc::new(Notify::new()); in notify_clones_waker_before_lock() localVariable
53 let notify = Arc::new(Notify::new()); in notify_waiters_handles_panicking_waker() localVariable
89 let notify = Notify::new(); in notify_simple() localVariable
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dblock_io2.rs67 let mut notify = EventNotify::new(Tpl::Callback, &mut notify_fn); in read_blocks_ex() localVariable
102 let mut notify = EventNotify::new(Tpl::Callback, &mut notify_fn); in write_blocks_ex() localVariable
128 let mut notify = EventNotify::new(Tpl::Callback, &mut notify_fn); in flush_blocks_ex() localVariable
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTPSource.cpp36 const sp<AMessage> &notify, in RTPSource()
120 sp<AMessage> notify = new AMessage('accu', this); in prepareAsync() local
313 sp<AMessage> notify = dupNotify(); in dequeueAccessUnit() local
408 sp<AMessage> notify = dupNotify(); in onMessageReceived() local
H A DNuPlayerDecoderBase.cpp38 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> &notify) in DecoderBase()
215 sp<AMessage> notify = mNotify->dup(); in handleError() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
H A DPreparedModel.cpp88 void notify(V1_0::IExecutionCallback* callback, nn::ErrorStatus status, in notify() function
99 void notify(V1_2::IExecutionCallback* callback, nn::ErrorStatus status, in notify() function
112 void notify(V1_3::IExecutionCallback* callback, nn::ErrorStatus status, in notify() function
126 void notify(CallbackType* callback, ExecutionResult result) { in notify() function
H A DDevice.cpp72 void notify(V1_0::IPreparedModelCallback* callback, nn::ErrorStatus status, in notify() function
83 void notify(V1_2::IPreparedModelCallback* callback, nn::ErrorStatus status, in notify() function
95 void notify(V1_3::IPreparedModelCallback* callback, nn::ErrorStatus status, in notify() function
108 void notify(CallbackType* callback, PrepareModelResult result) { in notify() function
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dgob_util.py671 def AddReviewers(host, change, add=None, notify=None): argument
687 def RemoveReviewers(host, change, remove=None, notify=None): argument
706 def SetReview(host, change, revision=None, msg=None, labels=None, notify=None): argument
757 message=None, notify=None): argument
/aosp_15_r20/hardware/interfaces/camera/provider/aidl/vts/
H A Ddevice_cb.cpp38 ScopedAStatus DeviceCb::notify(const std::vector<NotifyMsg>& msgs) { in notify() function in DeviceCb
65 bool notify = false; in processCaptureResult() local
248 bool notify = false; in processCaptureResultLocked() local
/aosp_15_r20/packages/apps/Calendar/src/com/android/calendar/alerts/
DNotificationMgr.kt21 abstract fun notify(id: Int, notification: NotificationWrapper?) in notify() method
/aosp_15_r20/external/google-fruit/examples/multibindings/
H A Dmain.cpp32 void notify() override { in notify() function in Listener1
59 void notify() override { in notify() function in Listener2
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DNotificationHelper.java68 final Notification.Builder notify = new Notification.Builder(mContext) in showResumeNotification() local
91 final Notification.Builder notify = new Notification.Builder(mContext, CHANNEL_ID) in showPrivacyReminderNotification() local
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp39 const sp<AMessage> &notify, in SDPLoader()
141 sp<AMessage> notify = mNotify->dup(); in onLoad() local
/aosp_15_r20/developers/samples/android/notification/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
DNotificationHelper.kt99 fun notify(id: Int, notification: Notification.Builder) { in notify() method
/aosp_15_r20/developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
H A DNotificationHelper.kt99 fun notify(id: Int, notification: Notification.Builder) { in notify() method
/aosp_15_r20/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
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/dreams/homecontrols/system/
DHomeControlsRemoteServiceBinder.java71 …private final void notify(com.android.systemui.dreams.homecontrols.shared.IOnControlsSettingsChang… in notify() argument
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DCallbacks.cpp81 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus status, in notify() function in android::hardware::neuralnetworks::V1_2::utils::PreparedModelCallback
103 Return<void> ExecutionCallback::notify(V1_0::ErrorStatus status) { in notify() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionCallback
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/notification/
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
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dsynchronous_call_impl.h46 sync::TimedThreadNotification notify; member
71 sync::TimedThreadNotification notify; variable
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCallbacks.cpp55 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus errorStatus, in notify() function in android::hardware::neuralnetworks::V1_3::implementation::PreparedModelCallback
87 Return<void> ExecutionCallback::notify(V1_0::ErrorStatus errorStatus) { in notify() function in android::hardware::neuralnetworks::V1_3::implementation::ExecutionCallback
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DCallbacks.cpp97 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus status, in notify() function in android::hardware::neuralnetworks::V1_3::utils::PreparedModelCallback
125 Return<void> ExecutionCallback::notify(V1_0::ErrorStatus status) { in notify() function in android::hardware::neuralnetworks::V1_3::utils::ExecutionCallback
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dzsl_result_dispatcher.cc33 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify, in Create()
53 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify) in ZslResultDispatcher()
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/compat/
Dcompat01as03.rs38 let notify = &WakerToHandle(cx.waker()); in in_notify() localVariable
201 let notify = &WakerToHandle(cx.waker()); in in_notify() localVariable
338 fn notify(&self, _: usize) { in notify() method

12345678910>>...61