Home
last modified time | relevance | path

Searched defs:Notify (Results 1 – 25 of 135) sorted by relevance

123456

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dnotify.rs201 pub struct Notify { struct
223 /// `Notify`, or it is exclusively owned by the enclosing `Waiter`. argument
338 notify: &'a Notify, in new()
440 impl Notify { implementation
739 impl Default for Notify { implementation
745 impl UnwindSafe for Notify {} implementation
746 impl RefUnwindSafe for Notify {} implementation
916 fn project(self: Pin<&mut Self>) -> (&Notify, &mut State, &usize, &Waiter) { in project()
/aosp_15_r20/external/perfetto/src/base/
H A Devent_fd.cc50 void EventFd::Notify() { in Notify() function in perfetto::base::EventFd
68 void EventFd::Notify() { in Notify() function in perfetto::base::EventFd
93 void EventFd::Notify() { in Notify() function in perfetto::base::EventFd
H A Dwaitable_event.cc36 void WaitableEvent::Notify() { in Notify() function in perfetto::base::WaitableEvent
/aosp_15_r20/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
H A DCallback.h42 Return<void> Notify(const HealthInfo& info) override { in Notify() function
54 Return<void> Notify(const HealthInfo& info) override { in Notify() function
/aosp_15_r20/external/libchrome/base/memory/
H A Dmemory_pressure_listener.cc34 void Notify( in Notify() function in base::__anon993358670111::MemoryPressureObserver
80 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) { in Notify() function in base::MemoryPressureListener
H A Dmemory_coordinator_client_registry.cc32 void MemoryCoordinatorClientRegistry::Notify(MemoryState state) { in Notify() function in base::MemoryCoordinatorClientRegistry
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/tests/
Dnotify.rs14 let ptr = data as *const Notify; in notify_clones_waker_before_lock() constant
23 drop(Arc::<Notify>::from_raw(data as *const Notify)); in notify_clones_waker_before_lock() constant
/aosp_15_r20/external/cronet/base/memory/
H A Dmemory_pressure_listener.cc49 void Notify( in Notify() function in base::__anon2c6f3bdd0111::MemoryPressureObserver
99 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) { in Notify() function in base::MemoryPressureListener
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Dwait_set.cc253 void Notify(MojoResult result, MojoHandleSignalsState signals_state) { in Notify() function in mojo::WaitSet::State::Context
265 void Notify(Handle handle, in Notify() function in mojo::WaitSet::State
/aosp_15_r20/art/openjdkjvmti/
H A Dti_monitor.cc152 bool Notify(art::Thread* self) { in Notify() function in openjdkjvmti::JvmtiMonitor
204 bool Notify(art::Thread* self, T how_to_notify) { in Notify() function in openjdkjvmti::JvmtiMonitor
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Pi/
H A DPiPeiCis.h124 EFI_PEIM_NOTIFY_ENTRY_POINT Notify; member
135 EFI_PEI_NOTIFY_DESCRIPTOR Notify; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Pi/
H A DPiPeiCis.h124 EFI_PEIM_NOTIFY_ENTRY_POINT Notify; member
135 EFI_PEI_NOTIFY_DESCRIPTOR Notify; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Pi/
H A DPiPeiCis.h131 EFI_PEIM_NOTIFY_ENTRY_POINT Notify; member
142 EFI_PEI_NOTIFY_DESCRIPTOR Notify; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Pi/
H A DPiPeiCis.h122 EFI_PEIM_NOTIFY_ENTRY_POINT Notify; member
133 EFI_PEI_NOTIFY_DESCRIPTOR Notify; member
/aosp_15_r20/external/crosvm/acpi_tables/src/
H A Daml.rs1166 pub struct Notify<'a> { struct
1171 impl<'a> Notify<'a> { implementation
1178 impl<'a> Aml for Notify<'a> { implementation
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/
H A DDeathNotifier.h32 using Notify = std::function<void()>; variable
/aosp_15_r20/system/chre/platform/linux/include/chre/target_platform/
H A Dnotifier_impl.h50 inline void Notifier::Notify() { in Notify() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dnotification.h30 void Notify() { in Notify() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dnotification.h30 void Notify() { in Notify() function
/aosp_15_r20/external/cronet/components/prefs/
H A Dscoped_user_pref_update.cc49 void ScopedUserPrefUpdateBase::Notify() { in Notify() function in subtle::ScopedUserPrefUpdateBase
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DPciHotPlugRequest.h159 EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DPciHotPlugRequest.h159 EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify; member
/aosp_15_r20/cts/apps/hotspot/src/com/android/cts/hotspot/
H A DNotify.java9 public class Notify extends BroadcastReceiver { class
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DPciHotPlugRequest.h159 EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DPciHotPlugRequest.h165 EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify; member

123456