Home
last modified time | relevance | path

Searched refs:osi_socket_make_sockaddr_un (Results 1 – 4 of 4) 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() function
117 err = osi_socket_make_sockaddr_un(name, namespaceId, &addr, &alen); in osi_socket_local_client_connect()
Dsocket_local_server.cc46 err = osi_socket_make_sockaddr_un(name, namespaceId, &addr, &alen);
/packages/modules/Bluetooth/system/osi/include/socket_utils/
Dsocket_local.h35 int osi_socket_make_sockaddr_un(const char* name, int namespaceId,
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc515 int osi_socket_make_sockaddr_un(const char* name, int namespaceId, in osi_socket_make_sockaddr_un() function