Home
last modified time | relevance | path

Searched defs:namespaceId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/osi/src/socket_utils/
Dsocket_local_client.cc33 int osi_socket_make_sockaddr_un(const char* name, int namespaceId, in osi_socket_make_sockaddr_un()
111 int osi_socket_local_client_connect(int fd, const char* name, int namespaceId, in osi_socket_local_client_connect() argument
138 int osi_socket_local_client(const char* name, int namespaceId, int type) { in osi_socket_local_client()
Dsocket_local_server.cc40 int osi_socket_local_server_bind(int s, const char* name, int namespaceId) {
78 int osi_socket_local_server(const char* name, int namespaceId, int type) {
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc502 int osi_socket_local_client(const char* name, int namespaceId, int type) { in osi_socket_local_client()
506 int osi_socket_local_client_connect(int fd, const char* name, int namespaceId, in osi_socket_local_client_connect()
511 int osi_socket_local_server_bind(int s, const char* name, int namespaceId) { in osi_socket_local_server_bind()
515 int osi_socket_make_sockaddr_un(const char* name, int namespaceId, in osi_socket_make_sockaddr_un()