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

  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 434 struct bt_open_rsp *open_rsp = (void *) buf; local
456 open_rsp->h.length = sizeof(*open_rsp);
457 err = audioservice_expect(data->server.fd, &open_rsp->h,
694 struct bt_open_rsp *open_rsp = (void *) buf; local
716 open_rsp->h.length = sizeof(*open_rsp);
717 err = audioservice_expect(data->server.fd, &open_rsp->h,
    [all...]
liba2dp.c 500 struct bt_open_rsp *open_rsp = (void *) buf; local
517 open_rsp->h.length = sizeof(*open_rsp);
518 err = audioservice_expect(data, &open_rsp->h, BT_OPEN);
gstavdtpsink.c 1038 struct bt_open_rsp *open_rsp = (void *) buf; local
1080 open_rsp->h.length = sizeof(*open_rsp);
1082 &open_rsp->h, BT_OPEN);
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 574 struct bt_open_rsp open_rsp; member in union:__anon1960
595 msg.open_rsp.h.length = sizeof(msg.open_rsp);
596 if (service_expect(u, &msg.open_rsp.h, BT_OPEN) < 0)

Completed in 47 milliseconds