OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unix_sock
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/src/
sdpd-server.c
54
static int l2cap_sock,
unix_sock
;
variable
123
unix_sock
= -1;
128
unix_sock
= socket(PF_UNIX, SOCK_STREAM, 0);
129
if (
unix_sock
< 0) {
140
if (bind(
unix_sock
, (struct sockaddr *) &unaddr, sizeof(unaddr)) < 0) {
145
listen(
unix_sock
, 5);
149
unix_sock
= android_get_control_socket("bluetooth");
150
if (
unix_sock
< 0) {
155
if (listen(
unix_sock
, 5)) {
160
info("Got Unix socket fd '%d' from environment",
unix_sock
);
[
all
...]
/external/bluetooth/bluez/audio/
unix.c
98
static int
unix_sock
= -1;
variable
[
all
...]
Completed in 44 milliseconds