Home
last modified time | relevance | path

Searched defs:OwnedReadHalf (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/unix/
Dsplit_owned.rs35 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
Dstream.rs974 pub fn into_split(self) -> (OwnedReadHalf, OwnedWriteHalf) { in into_split()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/tcp/
Dsplit_owned.rs35 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
Dstream.rs1275 pub fn into_split(self) -> (OwnedReadHalf, OwnedWriteHalf) { in into_split()
/aosp_15_r20/external/rust/pica/src/
Dpackets.rs45 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 Dhostapd.rs350 ) -> 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/
Dmod.rs126 mut tcp_reader: OwnedReadHalf, in proxy_tcp_rx_to_l2cap_tx()