Home
last modified time | relevance | path

Searched refs:socket_network_client (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/core/libcutils/
H A Dsockets_test.cpp100 cutils_socket_t client = socket_network_client( in TEST()
111 cutils_socket_t client = socket_network_client( in TEST()
122 cutils_socket_t client = socket_network_client( in TEST()
133 cutils_socket_t client = socket_network_client( in TEST()
H A Dsocket_network_client_windows.cpp33 SOCKET socket_network_client(const char* host, int port, int type) { in socket_network_client() function
H A Dsocket_network_client_unix.cpp122 int socket_network_client(const char* host, int port, int type) { in socket_network_client() function
/aosp12/system/core/libcutils/include/cutils/
H A Dsockets.h87 cutils_socket_t socket_network_client(const char* host, int port, int type);
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dsockets.h87 cutils_socket_t socket_network_client(const char* host, int port, int type);
/aosp12/system/core/fastboot/
H A Dsocket.cpp251 cutils_socket_t sock = socket_network_client(host.c_str(), port, SOCK_DGRAM); in NewClient()
256 cutils_socket_t sock = socket_network_client(host.c_str(), port, SOCK_STREAM); in NewClient()
/aosp12/hardware/ril/reference-ril/
H A Dreference-ril.c3669 fd = socket_network_client("localhost", s_port, SOCK_STREAM);