Home
last modified time | relevance | path

Searched refs:BT_A2DP_ALLOCATION_SNR (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/audio/
Dliba2dp.c421 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR) in bluetooth_a2dp_init()
422 cap->allocation_method = BT_A2DP_ALLOCATION_SNR; in bluetooth_a2dp_init()
466 == BT_A2DP_ALLOCATION_SNR ? SBC_AM_SNR in bluetooth_a2dp_setup()
577 case BT_A2DP_ALLOCATION_SNR: in bluetooth_a2dp_hw_params()
Dipc.h162 #define BT_A2DP_ALLOCATION_SNR (1 << 1) macro
Dpcm_bluetooth.c604 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR) in bluetooth_a2dp_init()
605 cap->allocation_method = BT_A2DP_ALLOCATION_SNR; in bluetooth_a2dp_init()
657 == BT_A2DP_ALLOCATION_SNR ? SBC_AM_SNR in bluetooth_a2dp_setup()
1489 bt_config->allocation_method = BT_A2DP_ALLOCATION_SNR; in bluetooth_parse_config()
Dgstavdtpsink.c371 cfg->allocation_method = BT_A2DP_ALLOCATION_SNR; in gst_avdtp_sink_init_sbc_pkt_conf()
586 if (sbc->allocation_method & BT_A2DP_ALLOCATION_SNR) { in gst_avdtp_sink_parse_sbc_caps()
876 if (sbc->allocation_method & BT_A2DP_ALLOCATION_SNR) { in gst_avdtp_sink_parse_sbc_raw()
/external/bluetooth/bluez/test/
Dipctest.c468 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR) in setup_a2dp()
469 cap->allocation_method = BT_A2DP_ALLOCATION_SNR; in setup_a2dp()
528 case BT_A2DP_ALLOCATION_SNR: in setup_sbc()