Searched refs:BT_STOP_STREAM (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | unix.c | 458 rsp->h.name = BT_STOP_STREAM; in headset_suspend_complete() 467 unix_ipc_error(client, BT_STOP_STREAM, EIO); in headset_suspend_complete() 844 rsp->h.name = BT_STOP_STREAM; in a2dp_suspend_complete() 854 unix_ipc_error(client, BT_STOP_STREAM, EIO); in a2dp_suspend_complete() 1225 unix_ipc_error(client, BT_STOP_STREAM, EIO); in start_suspend() 1299 unix_ipc_error(client, BT_STOP_STREAM, EINVAL); in start_close() 1615 unix_ipc_error(client, BT_STOP_STREAM, EIO); in handle_streamstop_req() 1749 case BT_STOP_STREAM: in client_cb()
|
D | ipc.h | 101 #define BT_STOP_STREAM 5 macro
|
D | liba2dp.c | 302 stop_req->h.name = BT_STOP_STREAM; in bluetooth_stop() 310 err = audioservice_expect(data, &stop_rsp->h, BT_STOP_STREAM); in bluetooth_stop()
|
/external/bluetooth/bluez/test/ |
D | ipctest.c | 907 msg.stop_req.h.name = BT_STOP_STREAM; in stop_stream() 916 if (service_expect(u, &msg.rsp, BT_STOP_STREAM) < 0) in stop_stream()
|