Searched refs:alloc_method (Results 1 – 3 of 3) sorted by relevance
50 uint8_t alloc_method; /* Allocation method */ member129 (p_ie->alloc_method & ~A2DP_SBC_IE_ALLOC_MD_MSK) || in A2DP_BuildInfoSbc()146 *p_result++ = p_ie->block_len | p_ie->num_subbands | p_ie->alloc_method; in A2DP_BuildInfoSbc()185 p_ie->alloc_method = *p_codec_info & A2DP_SBC_IE_ALLOC_MD_MSK; in A2DP_ParseInfoSbc()211 if (A2DP_BitsSet(p_ie->alloc_method) == A2DP_SET_ZERO_BIT) in A2DP_ParseInfoSbc()224 if (A2DP_BitsSet(p_ie->alloc_method) != A2DP_SET_ONE_BIT) in A2DP_ParseInfoSbc()367 cfg_cie.alloc_method, p_cap->alloc_method); in A2DP_CodecInfoMatchesCapabilitySbc()387 if ((cfg_cie.alloc_method & p_cap->alloc_method) == 0) in A2DP_CodecInfoMatchesCapabilitySbc()455 (sbc_cie_a.alloc_method == sbc_cie_b.alloc_method) && in A2DP_CodecEqualsSbc()582 switch (sbc_cie.alloc_method) { in A2DP_GetAllocationMethodCodeSbc()[all …]
360 uint8_t alloc_method = in a2dp_get_selected_hal_codec_config() local362 switch (alloc_method) { in a2dp_get_selected_hal_codec_config()371 << ": Unknown SBC alloc_method=" << alloc_method; in a2dp_get_selected_hal_codec_config()
243 for (auto alloc_method : alloc_methods) { in TEST_F() local256 .allocMethod = alloc_method, in TEST_F()