Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dunix.c388 rsp->h.name = BT_START_STREAM; in headset_resume_complete()
409 unix_ipc_error(client, BT_START_STREAM, EIO); in headset_resume_complete()
420 unix_ipc_error(client, BT_START_STREAM, err->code); in gateway_resume_complete()
426 rsp->h.name = BT_START_STREAM; in gateway_resume_complete()
441 unix_ipc_error(client, BT_START_STREAM, EIO); in gateway_resume_complete()
792 rsp->h.name = BT_START_STREAM; in a2dp_resume_complete()
814 unix_ipc_error(client, BT_START_STREAM, EIO); in a2dp_resume_complete()
1148 unix_ipc_error(client, BT_START_STREAM, EIO); in start_resume()
1601 unix_ipc_error(client, BT_START_STREAM, EIO); in handle_streamstart_req()
1745 case BT_START_STREAM: in client_cb()
Dipc.h100 #define BT_START_STREAM 4 macro
Dliba2dp.c230 start_req->h.name = BT_START_STREAM; in bluetooth_start()
239 err = audioservice_expect(data, &start_rsp->h, BT_START_STREAM); in bluetooth_start()
Dpcm_bluetooth.c370 req->h.name = BT_START_STREAM; in bluetooth_prepare()
379 BT_START_STREAM); in bluetooth_prepare()
Dgstavdtpsink.c1489 req->h.name = BT_START_STREAM; in gst_avdtp_sink_stream_start()
1501 BT_START_STREAM); in gst_avdtp_sink_stream_start()
/external/bluetooth/bluez/test/
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()