OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_START_STREAM
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluez/audio/
unix.c
359
rsp->h.name =
BT_START_STREAM
;
380
unix_ipc_error(client,
BT_START_STREAM
, EIO);
392
rsp->h.name =
BT_START_STREAM
;
407
unix_ipc_error(client,
BT_START_STREAM
, EIO);
740
rsp->h.name =
BT_START_STREAM
;
762
unix_ipc_error(client,
BT_START_STREAM
, EIO);
1105
unix_ipc_error(client,
BT_START_STREAM
, EIO);
[
all
...]
ipc.h
100
#define
BT_START_STREAM
4
ipctest.c
852
msg.start_req.h.name =
BT_START_STREAM
;
859
if (service_expect(u, &msg.rsp,
BT_START_STREAM
) < 0)
liba2dp.c
230
start_req->h.name =
BT_START_STREAM
;
239
err = audioservice_expect(data, &start_rsp->h,
BT_START_STREAM
);
gstavdtpsink.c
921
req->h.name =
BT_START_STREAM
;
933
&rsp->h,
BT_START_STREAM
);
[
all
...]
pcm_bluetooth.c
368
req->h.name =
BT_START_STREAM
;
377
BT_START_STREAM
);
[
all
...]
Completed in 79 milliseconds