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
458
rsp->h.name =
BT_STOP_STREAM
;
467
unix_ipc_error(client,
BT_STOP_STREAM
, EIO);
844
rsp->h.name =
BT_STOP_STREAM
;
854
unix_ipc_error(client,
BT_STOP_STREAM
, EIO);
1225
unix_ipc_error(client,
BT_STOP_STREAM
, EIO);
1299
unix_ipc_error(client,
BT_STOP_STREAM
, EINVAL);
[
all
...]
ipc.h
101
#define
BT_STOP_STREAM
5
liba2dp.c
302
stop_req->h.name =
BT_STOP_STREAM
;
310
err = audioservice_expect(data, &stop_rsp->h,
BT_STOP_STREAM
);
/external/bluetooth/bluez/test/
ipctest.c
907
msg.stop_req.h.name =
BT_STOP_STREAM
;
916
if (service_expect(u, &msg.rsp,
BT_STOP_STREAM
) < 0)
Completed in 2164 milliseconds