Home
last modified time | relevance | path

Searched defs:recv_channel_message (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/transfer/
Dtcp.rs89 pub async fn recv_channel_message(rd: &mut SplitReadHalf) -> io::Result<Vec<u8>> { in recv_channel_message() function
/developtools/hdc/hdc_rust/src/host_transfer/
Dhost_usb.rs205 pub async fn recv_channel_message(rd: &mut HostUsbReader) -> io::Result<Vec<u8>> { in recv_channel_message() function