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

  /external/bluetooth/bluez/audio/
ipc.h 134 #define BT_A2DP_SBC_SINK 0x01
gstavdtpsink.c 278 cfg = (void *) gst_avdtp_find_caps(sink, BT_A2DP_SBC_SINK);
743 sbc = (void *) gst_avdtp_find_caps(self, BT_A2DP_SBC_SINK);
1054 codec = (void *) gst_avdtp_find_caps(self, BT_A2DP_SBC_SINK);
1095 if (codec->type == BT_A2DP_SBC_SINK)
    [all...]
unix.c 525 codec->type = BT_A2DP_SBC_SINK;
    [all...]
liba2dp.c 859 if ((codec->type == BT_A2DP_SBC_SINK) &&
pcm_bluetooth.c     [all...]
  /external/bluetooth/bluez/test/
ipctest.c 270 if (codec.type == BT_A2DP_SBC_SINK &&
286 assert(codec.type == BT_A2DP_SBC_SINK);

Completed in 91 milliseconds