OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:osi_socket_local_server_bind
(Results
1 - 3
of
3
) sorted by null
/system/bt/osi/include/socket_utils/
sockets.h
66
extern int
osi_socket_local_server_bind
(int s, const char* name,
/system/bt/osi/src/socket_utils/
socket_local_server.cc
42
int
osi_socket_local_server_bind
(int s, const char* name, int namespaceId) {
function
87
err =
osi_socket_local_server_bind
(s, name, namespaceId);
/system/bt/udrv/ulinux/
uipc.cc
113
if (
osi_socket_local_server_bind
(s, name,
Completed in 133 milliseconds