Searched defs:check_protocol_head (Results 1 - 5 of 5) sorted by relevance
/developtools/hdc/hdc_rust/src/transfer/ |
H A D | base.rs | 66 fn check_protocol_head(&mut self) -> io::Result<(u32, u32, u32)> { in check_protocol_head() functions
|
H A D | usb.rs | 161 fn check_protocol_head(&mut self) -> io::Result<(u32, u32, u32)> { in check_protocol_head() functions
|
H A D | uart.rs | 123 fn check_protocol_head(&mut self) -> io::Result<(u32, u32, u32)> { in check_protocol_head() functions
|
/developtools/hdc/hdc_rust/src/daemon_lib/ |
H A D | bridge.rs | 115 fn check_protocol_head(&mut self) -> io::Result<(u32, u32, u32)> { in check_protocol_head() functions
|
/developtools/hdc/hdc_rust/src/host_transfer/ |
H A D | host_usb.rs | 162 fn check_protocol_head(&mut self) -> io::Result<(u32, u32, u32)> { in check_protocol_head() functions
|
Completed in 3 milliseconds