HomeSort by relevance Sort by last modified time
    Searched full: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...]
ipctest.c 574 struct bt_open_rsp open_rsp; member in union:__anon869
595 msg.open_rsp.h.length = sizeof(msg.open_rsp);
596 if (service_expect(u, &msg.open_rsp.h, BT_OPEN) < 0)
gstavdtpsink.c 1037 struct bt_open_rsp *open_rsp = (void *) buf; local
1079 open_rsp->h.length = sizeof(*open_rsp);
1081 &open_rsp->h, BT_OPEN);
    [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);

Completed in 3550 milliseconds