Home
last modified time | relevance | path

Searched defs:on_suspend (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/crosvm/devices/tests/irqchip/
H A Duserspace.rs683 fn on_suspend(&self) -> Result<()> { in on_suspend() method
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dlib.rs365 fn on_suspend(&self) -> Result<()>; in on_suspend() method
/aosp_15_r20/external/crosvm/hypervisor/src/gunyah/
H A Dmod.rs843 fn on_suspend(&self) -> Result<()> { in on_suspend() method
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/
H A Dvcpu.rs162 fn on_suspend(&self) -> Result<()> { in on_suspend() method
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Dmod.rs932 fn on_suspend(&self) -> Result<()> { in on_suspend() method
/aosp_15_r20/external/crosvm/hypervisor/src/geniezone/
H A Dmod.rs1148 fn on_suspend(&self) -> Result<()> { in on_suspend() method
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A Dvcpu.rs523 fn on_suspend(&self) -> Result<()> { in on_suspend() method
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/src/
Drouting_manager_proxy.cpp2712 void routing_manager_proxy::on_suspend() { in on_suspend() function in vsomeip_v3::routing_manager_proxy
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/
H A Dmod.rs1065 fn on_suspend(&mut self) -> anyhow::Result<GpuDeactivationResources> { in on_suspend() method