Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/
H A Dsocket_stream.h30 explicit SocketStream(int connection_fd) : connection_fd_(connection_fd) { in SocketStream() function
41 SocketStream(SocketStream&& other) noexcept { MoveFrom(std::move(other)); } in SocketStream() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dsocket_stream.cc18 SocketStream::SocketStream(Socket* socket) : socket_(nullptr) { in SocketStream() function in rtc::SocketStream