Searched defs:socket_ (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/logging/logd/ | ||
H A D | LogListener.h | 31 int socket_; variable |
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/ | ||
H A D | client_channel_factory.h | 28 mutable LocalHandle socket_; variable |
/aosp12/system/core/fastboot/device/ | ||
H A D | tcp_client.h | 37 std::unique_ptr<Socket> socket_; variable |
/aosp12/system/bt/service/ipc/ | ||
H A D | ipc_handler_linux.h | 69 base::ScopedFD socket_; variable |
/aosp12/system/core/init/ | ||
H A D | subcontext.h | 61 android::base::unique_fd socket_; variable |
H A D | property_service.cpp | 383 unique_fd socket_; member in android::init::SocketConnection |
/aosp12/packages/modules/DnsResolver/tests/dns_responder/ | ||
H A D | dns_tls_frontend.h | 92 android::base::unique_fd socket_; variable |
/aosp12/system/core/fastboot/ | ||
H A D | tcp.cpp | 76 std::unique_ptr<Socket> socket_; member in tcp::TcpTransport |
H A D | udp.cpp | 134 std::unique_ptr<Socket> socket_; member in udp::UdpTransport |
/aosp12/bionic/libc/bionic/ | ||
H A D | system_property_set.cpp | 107 ScopedFd socket_; member in PropertyServiceConnection |