Searched refs:osi_socket_local_server_bind (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/osi/src/socket_utils/ |
D | socket_local_server.cc | 40 int osi_socket_local_server_bind(int s, const char* name, int namespaceId) { function 85 err = osi_socket_local_server_bind(s, name, namespaceId);
|
/packages/modules/Bluetooth/system/osi/include/socket_utils/ |
D | sockets.h | 67 int osi_socket_local_server_bind(int s, const char* name, int namespaceId);
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_socket.cc | 102 int osi_socket_local_server_bind(int /* s */, const char* /* name */, in osi_socket_local_server_bind() function
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 511 int osi_socket_local_server_bind(int s, const char* name, int namespaceId) { in osi_socket_local_server_bind() function
|
/packages/modules/Bluetooth/system/udrv/ulinux/ |
D | uipc.cc | 113 if (osi_socket_local_server_bind(s, name, in create_server_socket()
|