Home
last modified time | relevance | path

Searched defs:PmeNotify (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/vm_control/src/
H A Dlib.rs191 pub trait PmeNotify: Send { trait
202 fn register_pme_notify_dev(&mut self, _bus: u8, _notify_dev: Arc<Mutex<dyn PmeNotify>>) {} in register_pme_notify_dev()
/aosp_15_r20/external/crosvm/devices/src/
H A Dacpi.rs508 fn register_pme_notify_dev(&mut self, bus: u8, notify_dev: Arc<Mutex<dyn PmeNotify>>) { in register_pme_notify_dev()