Home
last modified time | relevance | path

Searched defs:get_active_configuration (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/usb/backend/
H A Ddevice.rs185 fn get_active_configuration(&mut self) -> Result<u8> { in get_active_configuration() method
803 fn get_active_configuration(&mut self) -> Result<u8>; in get_active_configuration() method
/aosp_15_r20/external/crosvm/devices/src/usb/backend/fido_backend/
H A Dfido_passthrough.rs463 fn get_active_configuration(&mut self) -> BackendResult<u8> { in get_active_configuration() method
/aosp_15_r20/external/crosvm/devices/src/usb/backend/host_backend/
H A Dhost_device.rs263 fn get_active_configuration(&mut self) -> Result<u8> { in get_active_configuration() method
/aosp_15_r20/external/crosvm/usb_util/src/
H A Ddevice.rs459 pub fn get_active_configuration(&self) -> Result<u8> { in get_active_configuration() method