Searched refs:socket_local_client_connect (Results 1 – 3 of 3) sorted by relevance
/system/core/libcutils/ |
D | socket_local_client_unix.c | 126 int socket_local_client_connect(int fd, const char *name, int namespaceId, in socket_local_client_connect() function 160 if ( 0 > socket_local_client_connect(s, name, namespaceId, type)) { in socket_local_client()
|
/system/core/include/cutils/ |
D | sockets.h | 113 int socket_local_client_connect(int fd, const char *name, int namespaceId,
|
/system/core/liblog/ |
D | logd_reader.c | 217 LIBLOG_WEAK int socket_local_client_connect(int fd, const char *name, in socket_local_client_connect() function 251 if ( 0 > socket_local_client_connect(s, name, namespaceId, type)) { in socket_local_client()
|