Home
last modified time | relevance | path

Searched refs:BT_START_STREAM (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluez/audio/
Dunix.c359 rsp->h.name = BT_START_STREAM; in headset_resume_complete()
380 unix_ipc_error(client, BT_START_STREAM, EIO); in headset_resume_complete()
392 rsp->h.name = BT_START_STREAM; in gateway_resume_complete()
407 unix_ipc_error(client, BT_START_STREAM, EIO); in gateway_resume_complete()
740 rsp->h.name = BT_START_STREAM; in a2dp_resume_complete()
762 unix_ipc_error(client, BT_START_STREAM, EIO); in a2dp_resume_complete()
1105 unix_ipc_error(client, BT_START_STREAM, EIO); in start_resume()
1534 unix_ipc_error(client, BT_START_STREAM, EIO); in handle_streamstart_req()
1628 case BT_START_STREAM: in client_cb()
Dipc.h100 #define BT_START_STREAM 4 macro
Dipctest.c852 msg.start_req.h.name = BT_START_STREAM; in start_stream()
859 if (service_expect(u, &msg.rsp, BT_START_STREAM) < 0) in start_stream()
Dliba2dp.c198 start_req->h.name = BT_START_STREAM; in bluetooth_start()
207 err = audioservice_expect(data, &start_rsp->h, BT_START_STREAM); in bluetooth_start()
Dgstavdtpsink.c921 req->h.name = BT_START_STREAM; in gst_avdtp_sink_stream_start()
933 &rsp->h, BT_START_STREAM); in gst_avdtp_sink_stream_start()
Dpcm_bluetooth.c368 req->h.name = BT_START_STREAM; in bluetooth_prepare()
377 BT_START_STREAM); in bluetooth_prepare()