Searched defs:OwnedReadHalf (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/unix/ |
D | split_owned.rs | 35 pub struct OwnedReadHalf { struct 59 pub(crate) fn split_owned(stream: UnixStream) -> (OwnedReadHalf, OwnedWriteHalf) { in split_owned() 72 read: OwnedReadHalf, in reunite() 101 impl OwnedReadHalf { implementation 245 impl AsyncRead for OwnedReadHalf { implementation 409 impl AsRef<UnixStream> for OwnedReadHalf { implementation
|
D | stream.rs | 974 pub fn into_split(self) -> (OwnedReadHalf, OwnedWriteHalf) { in into_split()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/tcp/ |
D | split_owned.rs | 35 pub struct OwnedReadHalf { struct 59 pub(crate) fn split_owned(stream: TcpStream) -> (OwnedReadHalf, OwnedWriteHalf) { in split_owned() 72 read: OwnedReadHalf, in reunite() 101 impl OwnedReadHalf { impl 333 impl AsyncRead for OwnedReadHalf { implementation 497 impl AsRef<TcpStream> for OwnedReadHalf { implementation
|
D | stream.rs | 1275 pub fn into_split(self) -> (OwnedReadHalf, OwnedWriteHalf) { in into_split()
|
/aosp_15_r20/external/rust/pica/src/ |
D | packets.rs | 45 mut socket: tokio::net::tcp::OwnedReadHalf, in read() 46 ) -> Option<(Vec<u8>, tokio::net::tcp::OwnedReadHalf)> { in read()
|
/aosp_15_r20/tools/netsim/rust/hostapd-rs/src/ |
H A D | hostapd.rs | 350 ) -> anyhow::Result<(RawDescriptor, OwnedReadHalf, OwnedWriteHalf), std::io::Error> { in create_pipe() argument 418 mut data_reader: OwnedReadHalf, in hostapd_response_thread()
|
/aosp_15_r20/external/python/bumble/rust/src/cli/l2cap/ |
D | mod.rs | 126 mut tcp_reader: OwnedReadHalf, in proxy_tcp_rx_to_l2cap_tx()
|