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 436 struct bt_open_rsp *open_rsp = (void *) buf; local
458 open_rsp->h.length = sizeof(*open_rsp);
459 err = audioservice_expect(data->server.fd, &open_rsp->h,
696 struct bt_open_rsp *open_rsp = (void *) buf; local
718 open_rsp->h.length = sizeof(*open_rsp);
719 err = audioservice_expect(data->server.fd, &open_rsp->h,
    [all...]
liba2dp.c 503 struct bt_open_rsp *open_rsp = (void *) buf; local
520 open_rsp->h.length = sizeof(*open_rsp);
521 err = audioservice_expect(data, &open_rsp->h, BT_OPEN);
gstavdtpsink.c 1605 struct bt_open_rsp *open_rsp = (void *) buf; local
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 574 struct bt_open_rsp open_rsp; member in union:__anon2290
595 msg.open_rsp.h.length = sizeof(msg.open_rsp);
596 if (service_expect(u, &msg.open_rsp.h, BT_OPEN) < 0)

Completed in 163 milliseconds