OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_GET_CAPABILITIES
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluez/audio/
ipc.h
96
#define
BT_GET_CAPABILITIES
0
unix.c
267
rsp->h.name =
BT_GET_CAPABILITIES
;
593
rsp->h.name =
BT_GET_CAPABILITIES
;
653
unix_ipc_error(client,
BT_GET_CAPABILITIES
, EIO);
858
unix_ipc_error(client,
BT_GET_CAPABILITIES
, err ? : EIO);
1310
unix_ipc_error(client,
BT_GET_CAPABILITIES
, err);
[
all
...]
ipctest.c
310
msg.getcaps_req.h.name =
BT_GET_CAPABILITIES
;
322
if (service_expect(u, &msg.getcaps_rsp.h,
BT_GET_CAPABILITIES
) < 0)
liba2dp.c
892
getcaps_req->h.name =
BT_GET_CAPABILITIES
;
907
err = audioservice_expect(data, &getcaps_rsp->h,
BT_GET_CAPABILITIES
);
gstavdtpsink.c
771
req->h.name =
BT_GET_CAPABILITIES
;
788
&rsp->h,
BT_GET_CAPABILITIES
);
[
all
...]
pcm_bluetooth.c
[
all
...]
Completed in 19 milliseconds