HomeSort by relevance Sort by last modified time
    Searched refs:BT_START_STREAM (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluez/audio/
unix.c 367 rsp->h.name = BT_START_STREAM;
388 unix_ipc_error(client, BT_START_STREAM, EIO);
399 unix_ipc_error(client, BT_START_STREAM, err->code);
405 rsp->h.name = BT_START_STREAM;
420 unix_ipc_error(client, BT_START_STREAM, EIO);
772 rsp->h.name = BT_START_STREAM;
794 unix_ipc_error(client, BT_START_STREAM, EIO);
1136 unix_ipc_error(client, BT_START_STREAM, EIO);
    [all...]
ipc.h 100 #define BT_START_STREAM 4
liba2dp.c 230 start_req->h.name = BT_START_STREAM;
239 err = audioservice_expect(data, &start_rsp->h, BT_START_STREAM);
gstavdtpsink.c 922 req->h.name = BT_START_STREAM;
934 &rsp->h, BT_START_STREAM);
    [all...]
pcm_bluetooth.c 368 req->h.name = BT_START_STREAM;
377 BT_START_STREAM);
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 852 msg.start_req.h.name = BT_START_STREAM;
859 if (service_expect(u, &msg.rsp, BT_START_STREAM) < 0)

Completed in 740 milliseconds