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.c46 sbc_caps->allocation_method = 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()
93 } else if (sbc_caps->allocation_method & SBC_ALLOCATION_SNR) { in cras_a2dp_select_configuration()
94 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.cc30 sbc.allocation_method = SBC_ALLOCATION_LOUDNESS; in ResetStubData()