Searched defs:alloc_method (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/a2dp/
H A Da2dp_sbc.cc49 uint8_t alloc_method; /* Allocation method */ member in struct:__anon799
62 A2DP_SBC_IE_ALLOC_MD_L, /* alloc_method */
76 (A2DP_SBC_IE_ALLOC_MD_L | A2DP_SBC_IE_ALLOC_MD_S), /* alloc_method */
88 A2DP_SBC_IE_ALLOC_MD_L, /* alloc_method */
123 (p_ie->alloc_method & ~A2DP_SBC_IE_ALLOC_MD_MSK) ||
140 *p_result++ = p_ie->block_len | p_ie->num_subbands | p_ie->alloc_method;
179 p_ie->alloc_method = *p_codec_info & A2DP_SBC_IE_ALLOC_MD_MSK;
203 if (A2DP_BitsSet(p_ie->alloc_method) != A2DP_SET_ONE_BIT)
346 cfg_cie.alloc_method, p_cap->alloc_method);
1231 uint8_t alloc_method; local
[all...]

Completed in 199 milliseconds