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

  /external/bluetooth/bluez/audio/
ipc.c 82 int bt_audio_service_get_data_fd(int sk) function
ipc.h 348 int bt_audio_service_get_data_fd(int sk);
liba2dp.c 248 data->stream.fd = bt_audio_service_get_data_fd(data->server.fd);
250 ERR("bt_audio_service_get_data_fd failed, errno: %d", errno);
gstavdtpsink.c 230 ret = bt_audio_service_get_data_fd(
    [all...]
pcm_bluetooth.c 390 data->stream.fd = bt_audio_service_get_data_fd(data->server.fd);
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 866 if ((u->stream_fd = bt_audio_service_get_data_fd(u->service_fd)) < 0) {

Completed in 320 milliseconds