Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_sbc.cc50 uint8_t alloc_method; /* Allocation method */ member
129 (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()
209 if (A2DP_BitsSet(p_ie->alloc_method) != A2DP_SET_ONE_BIT) in A2DP_ParseInfoSbc()
352 cfg_cie.alloc_method, p_cap->alloc_method); in A2DP_CodecInfoMatchesCapabilitySbc()
372 if ((cfg_cie.alloc_method & p_cap->alloc_method) == 0) in A2DP_CodecInfoMatchesCapabilitySbc()
440 (sbc_cie_a.alloc_method == sbc_cie_b.alloc_method) && in A2DP_CodecEqualsSbc()
553 switch (sbc_cie.alloc_method) { in A2DP_GetAllocationMethodCodeSbc()
738 AppendField(&field, (sbc_cie.alloc_method == 0), "NONE"); in A2DP_CodecInfoStringSbc()
[all …]