Searched refs:allocation_method (Results 1 – 4 of 4) sorted by relevance
46 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()
38 if (sbc->allocation_method & SBC_ALLOCATION_LOUDNESS) in init_a2dp()
93 uint8_t allocation_method : 2; member117 uint8_t allocation_method : 2; member
30 sbc.allocation_method = SBC_ALLOCATION_LOUDNESS; in ResetStubData()