Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_a2dp_endpoint.c48 sbc_caps->allocation_method = SBC_ALLOCATION_SNR | in cras_a2dp_get_capabilities()
95 if (sbc_caps->allocation_method & SBC_ALLOCATION_LOUDNESS) { in cras_a2dp_select_configuration()
96 sbc_config->allocation_method = SBC_ALLOCATION_LOUDNESS; in cras_a2dp_select_configuration()
97 } else if (sbc_caps->allocation_method & SBC_ALLOCATION_SNR) { in cras_a2dp_select_configuration()
98 sbc_config->allocation_method = SBC_ALLOCATION_SNR; 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.h93 uint8_t allocation_method:2; member
117 uint8_t allocation_method:2; member
/external/adhd/cras/src/tests/
Da2dp_info_unittest.cc56 sbc.allocation_method = SBC_ALLOCATION_LOUDNESS; in ResetStubData()