Home
last modified time | relevance | path

Searched refs:BT_STOP_STREAM (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/audio/
Dunix.c458 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()
Dipc.h101 #define BT_STOP_STREAM 5 macro
Dliba2dp.c302 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/
Dipctest.c907 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()