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

  /external/bluetooth/bluez/audio/
ipc.h 163 #define BT_A2DP_ALLOCATION_LOUDNESS 1
liba2dp.c 419 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS)
420 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS;
580 case BT_A2DP_ALLOCATION_LOUDNESS:
gstavdtpsink.c 369 cfg->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS;
582 if (sbc->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) {
872 if (sbc->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) {
    [all...]
pcm_bluetooth.c 602 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS)
603 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS;
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 466 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS)
467 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS;
531 case BT_A2DP_ALLOCATION_LOUDNESS:

Completed in 591 milliseconds