Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dipc.h163 #define BT_A2DP_ALLOCATION_LOUDNESS 1 macro
Dliba2dp.c419 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) in bluetooth_a2dp_init()
420 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS; in bluetooth_a2dp_init()
580 case BT_A2DP_ALLOCATION_LOUDNESS: in bluetooth_a2dp_hw_params()
Dpcm_bluetooth.c602 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) in bluetooth_a2dp_init()
603 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS; in bluetooth_a2dp_init()
1486 bt_config->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS; in bluetooth_parse_config()
Dgstavdtpsink.c369 cfg->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS; in gst_avdtp_sink_init_sbc_pkt_conf()
582 if (sbc->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) { in gst_avdtp_sink_parse_sbc_caps()
872 if (sbc->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) { in gst_avdtp_sink_parse_sbc_raw()
/external/bluetooth/bluez/test/
Dipctest.c466 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) in setup_a2dp()
467 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS; in setup_a2dp()
531 case BT_A2DP_ALLOCATION_LOUDNESS: in setup_sbc()