Searched refs:BT_START_STREAM (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | unix.c | 359 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()
|
D | ipc.h | 100 #define BT_START_STREAM 4 macro
|
D | ipctest.c | 852 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()
|
D | liba2dp.c | 198 start_req->h.name = BT_START_STREAM; in bluetooth_start() 207 err = audioservice_expect(data, &start_rsp->h, BT_START_STREAM); in bluetooth_start()
|
D | gstavdtpsink.c | 921 req->h.name = BT_START_STREAM; in gst_avdtp_sink_stream_start() 933 &rsp->h, BT_START_STREAM); in gst_avdtp_sink_stream_start()
|
D | pcm_bluetooth.c | 368 req->h.name = BT_START_STREAM; in bluetooth_prepare() 377 BT_START_STREAM); in bluetooth_prepare()
|