Home
last modified time | relevance | path

Searched defs:check_device_state (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dbackend_server.rs76 fn check_device_state(&mut self) -> Result<()>; in check_device_state() method
207 fn check_device_state(&mut self) -> Result<()> { in check_device_state() function
H A Dtest_backend.rs276 fn check_device_state(&mut self) -> Result<()> { in check_device_state() method
H A Dbackend_client.rs259 pub fn check_device_state(&self) -> Result<()> { in check_device_state() method
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dvsock.rs434 fn check_device_state(&mut self) -> Result<()> { in check_device_state() method
H A Dhandler.rs757 fn check_device_state(&mut self) -> VhostResult<()> { in check_device_state() method