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

  /external/bluetooth/bluez/audio/
ipc.h 162 #define BT_A2DP_ALLOCATION_SNR (1 << 1)
liba2dp.c 421 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR)
422 cap->allocation_method = BT_A2DP_ALLOCATION_SNR;
466 == BT_A2DP_ALLOCATION_SNR ? SBC_AM_SNR
577 case BT_A2DP_ALLOCATION_SNR:
pcm_bluetooth.c 604 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR)
605 cap->allocation_method = BT_A2DP_ALLOCATION_SNR;
657 == BT_A2DP_ALLOCATION_SNR ? SBC_AM_SNR
    [all...]
gstavdtpsink.c 371 cfg->allocation_method = BT_A2DP_ALLOCATION_SNR;
586 if (sbc->allocation_method & BT_A2DP_ALLOCATION_SNR) {
876 if (sbc->allocation_method & BT_A2DP_ALLOCATION_SNR) {
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 468 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR)
469 cap->allocation_method = BT_A2DP_ALLOCATION_SNR;
528 case BT_A2DP_ALLOCATION_SNR:

Completed in 681 milliseconds