Home
last modified time | relevance | path

Searched refs:SBC_ALLOCATION_SNR (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/server/
Dcras_a2dp_endpoint.c47 SBC_ALLOCATION_SNR | SBC_ALLOCATION_LOUDNESS; in cras_a2dp_get_capabilities()
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()
/external/adhd/cras/src/common/
Da2dp-codecs.h49 #define SBC_ALLOCATION_SNR (1 << 1) macro