Searched defs:accept_socket (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/windows/ |
D | windows_listener.cc | 112 SOCKET accept_socket = WSASocket(AF_INET6, SOCK_STREAM, IPPROTO_TCP, NULL, 0, in StartLocked() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/windows/ |
H A D | windows_listener.cc | 145 SOCKET accept_socket = WSASocket(addr_family, SOCK_STREAM, protocol, NULL, 0, in StartLocked() local
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 440 def accept_socket(self, socket_id, timeout_ms=None): member in Bluetooth
|