OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_SUGGESTED_BUFFER_SIZE
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluez/audio/
ctl_bluetooth.c
151
memset(req, 0,
BT_SUGGESTED_BUFFER_SIZE
);
159
ret = send(data->sock, req,
BT_SUGGESTED_BUFFER_SIZE
, MSG_NOSIGNAL);
165
ret = recv(data->sock, rsp,
BT_SUGGESTED_BUFFER_SIZE
, 0);
207
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
228
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
260
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
269
ret = recv(data->sock, ind,
BT_SUGGESTED_BUFFER_SIZE
, MSG_DONTWAIT);
liba2dp.c
219
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
228
memset(start_req, 0,
BT_SUGGESTED_BUFFER_SIZE
);
282
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
297
memset(stop_req, 0,
BT_SUGGESTED_BUFFER_SIZE
);
498
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
505
memset(open_req, 0,
BT_SUGGESTED_BUFFER_SIZE
);
527
memset(setconf_req, 0,
BT_SUGGESTED_BUFFER_SIZE
);
735
length = msg->length ? msg->length :
BT_SUGGESTED_BUFFER_SIZE
;
759
length = inmsg->length ? inmsg->length :
BT_SUGGESTED_BUFFER_SIZE
;
882
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
[
all
...]
unix.c
158
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
261
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
294
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
324
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
350
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
394
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
429
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
511
if (rsp->h.length >
BT_SUGGESTED_BUFFER_SIZE
)
514
space_left =
BT_SUGGESTED_BUFFER_SIZE
- rsp->h.length;
608
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
[
all
...]
pcm_bluetooth.c
335
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
366
memset(req, 0,
BT_SUGGESTED_BUFFER_SIZE
);
432
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
442
memset(req, 0,
BT_SUGGESTED_BUFFER_SIZE
);
462
memset(req, 0,
BT_SUGGESTED_BUFFER_SIZE
);
692
char buf[
BT_SUGGESTED_BUFFER_SIZE
];
702
memset(req, 0,
BT_SUGGESTED_BUFFER_SIZE
);
726
memset(req, 0,
BT_SUGGESTED_BUFFER_SIZE
);
[
all
...]
gstavdtpsink.c
764
gchar *buf[
BT_SUGGESTED_BUFFER_SIZE
];
769
memset(req, 0,
BT_SUGGESTED_BUFFER_SIZE
);
914
gchar buf[
BT_SUGGESTED_BUFFER_SIZE
];
1036
gchar buf[
BT_SUGGESTED_BUFFER_SIZE
];
1064
memset(req, 0,
BT_SUGGESTED_BUFFER_SIZE
);
[
all
...]
ipc.h
74
#define
BT_SUGGESTED_BUFFER_SIZE
512
/external/bluetooth/bluez/test/
ipctest.c
132
length = msg->length ? msg->length :
BT_SUGGESTED_BUFFER_SIZE
;
156
length = rsp->length ? :
BT_SUGGESTED_BUFFER_SIZE
;
303
uint8_t buf[
BT_SUGGESTED_BUFFER_SIZE
];
576
uint8_t buf[
BT_SUGGESTED_BUFFER_SIZE
];
608
uint8_t buf[
BT_SUGGESTED_BUFFER_SIZE
];
834
uint8_t buf[
BT_SUGGESTED_BUFFER_SIZE
];
850
memset(msg.buf, 0,
BT_SUGGESTED_BUFFER_SIZE
);
890
uint8_t buf[
BT_SUGGESTED_BUFFER_SIZE
];
905
memset(msg.buf, 0,
BT_SUGGESTED_BUFFER_SIZE
);
Completed in 16 milliseconds