Home
last modified time | relevance | path

Searched refs:SBC_ALLOCATION_LOUDNESS (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/server/
Dcras_a2dp_endpoint.c47 SBC_ALLOCATION_SNR | SBC_ALLOCATION_LOUDNESS; in cras_a2dp_get_capabilities()
91 if (sbc_caps->allocation_method & SBC_ALLOCATION_LOUDNESS) { in cras_a2dp_select_configuration()
92 sbc_config->allocation_method = SBC_ALLOCATION_LOUDNESS; in cras_a2dp_select_configuration()
Dcras_a2dp_info.c38 if (sbc->allocation_method & SBC_ALLOCATION_LOUDNESS) in init_a2dp()
/external/adhd/cras/src/common/
Da2dp-codecs.h50 #define SBC_ALLOCATION_LOUDNESS 1 macro
/external/adhd/cras/src/tests/
Da2dp_info_unittest.cc30 sbc.allocation_method = SBC_ALLOCATION_LOUDNESS; in ResetStubData()