OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_STOP_STREAM
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/audio/
unix.c
424
rsp->h.name =
BT_STOP_STREAM
;
433
unix_ipc_error(client,
BT_STOP_STREAM
, EIO);
793
rsp->h.name =
BT_STOP_STREAM
;
803
unix_ipc_error(client,
BT_STOP_STREAM
, EIO);
1177
unix_ipc_error(client,
BT_STOP_STREAM
, EIO);
1248
unix_ipc_error(client,
BT_STOP_STREAM
, EINVAL);
[
all
...]
ipc.h
101
#define
BT_STOP_STREAM
5
ipctest.c
907
msg.stop_req.h.name =
BT_STOP_STREAM
;
916
if (service_expect(u, &msg.rsp,
BT_STOP_STREAM
) < 0)
liba2dp.c
299
stop_req->h.name =
BT_STOP_STREAM
;
307
err = audioservice_expect(data, &stop_rsp->h,
BT_STOP_STREAM
);
Completed in 42 milliseconds