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
388
rsp->h.name =
BT_START_STREAM
;
409
unix_ipc_error(client,
BT_START_STREAM
, EIO);
420
unix_ipc_error(client,
BT_START_STREAM
, err->code);
426
rsp->h.name =
BT_START_STREAM
;
441
unix_ipc_error(client,
BT_START_STREAM
, EIO);
792
rsp->h.name =
BT_START_STREAM
;
814
unix_ipc_error(client,
BT_START_STREAM
, EIO);
1148
unix_ipc_error(client,
BT_START_STREAM
, EIO);
[
all
...]
ipc.h
100
#define
BT_START_STREAM
4
liba2dp.c
230
start_req->h.name =
BT_START_STREAM
;
239
err = audioservice_expect(data, &start_rsp->h,
BT_START_STREAM
);
gstavdtpsink.c
[
all
...]
pcm_bluetooth.c
370
req->h.name =
BT_START_STREAM
;
379
BT_START_STREAM
);
[
all
...]
/external/bluetooth/bluez/test/
ipctest.c
852
msg.start_req.h.name =
BT_START_STREAM
;
859
if (service_expect(u, &msg.rsp,
BT_START_STREAM
) < 0)
Completed in 21 milliseconds