Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/backend/
Ddevice.rs194 fn set_active_configuration(&mut self, config: u8) -> Result<()> { in set_active_configuration() method
805 fn set_active_configuration(&mut self, config: u8) -> Result<()>; in set_active_configuration() method
/external/crosvm/devices/src/usb/backend/host_backend/
Dhost_device.rs270 fn set_active_configuration(&mut self, config: u8) -> Result<()> { in set_active_configuration() method
/external/crosvm/devices/src/usb/backend/fido_backend/
Dfido_passthrough.rs478 fn set_active_configuration(&mut self, config: u8) -> BackendResult<()> { in set_active_configuration() method
/external/crosvm/usb_util/src/
Ddevice.rs417 pub fn set_active_configuration(&mut self, config: u8) -> Result<()> { in set_active_configuration() method
/external/rust/android-crates-io/crates/rusb/src/
Ddevice_handle.rs224 pub fn set_active_configuration(&self, config: u8) -> crate::Result<()> { in set_active_configuration() method