Home
last modified time | relevance | path

Searched refs:osi_socket_local_server_bind (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/osi/src/socket_utils/
Dsocket_local_server.cc40 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/
Dsockets.h67 int osi_socket_local_server_bind(int s, const char* name, int namespaceId);
/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_socket.cc102 int osi_socket_local_server_bind(int /* s */, const char* /* name */, in osi_socket_local_server_bind() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc511 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/
Duipc.cc113 if (osi_socket_local_server_bind(s, name, in create_server_socket()