Home
last modified time | relevance | path

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

/aosp12/system/bt/osi/src/socket_utils/
H A Dsocket_local_server.cc42 int osi_socket_local_server_bind(int s, const char* name, int namespaceId) { function
87 err = osi_socket_local_server_bind(s, name, namespaceId);
/aosp12/system/bt/osi/include/socket_utils/
H A Dsockets.h66 extern int osi_socket_local_server_bind(int s, const char* name,
/aosp12/system/bt/udrv/ulinux/
H A Duipc.cc113 if (osi_socket_local_server_bind(s, name, in create_server_socket()
/aosp12/system/bt/test/stub/
H A Dosi.cc554 int osi_socket_local_server_bind(int s, const char* name, int namespaceId) { in osi_socket_local_server_bind() function