Searched refs:osi_socket_local_server_bind (Results 1 – 4 of 4) sorted by relevance
/system/bt/osi/src/socket_utils/ |
D | socket_local_server.cc | 42 int osi_socket_local_server_bind(int s, const char* name, int namespaceId) { function 87 err = osi_socket_local_server_bind(s, name, namespaceId);
|
/system/bt/osi/include/socket_utils/ |
D | sockets.h | 66 extern int osi_socket_local_server_bind(int s, const char* name,
|
/system/bt/udrv/ulinux/ |
D | uipc.cc | 113 if (osi_socket_local_server_bind(s, name, in create_server_socket()
|
/system/bt/test/stub/ |
D | osi.cc | 554 int osi_socket_local_server_bind(int s, const char* name, int namespaceId) { in osi_socket_local_server_bind() function
|