Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc.cc48 uint8_t alloc_method; /* Allocation method */ member
132 (p_ie->alloc_method & ~A2DP_SBC_IE_ALLOC_MD_MSK) || in A2DP_BuildInfoSbc()
149 *p_result++ = p_ie->block_len | p_ie->num_subbands | p_ie->alloc_method; in A2DP_BuildInfoSbc()
188 p_ie->alloc_method = *p_codec_info & A2DP_SBC_IE_ALLOC_MD_MSK; in A2DP_ParseInfoSbc()
214 if (A2DP_BitsSet(p_ie->alloc_method) == A2DP_SET_ZERO_BIT) in A2DP_ParseInfoSbc()
227 if (A2DP_BitsSet(p_ie->alloc_method) != A2DP_SET_ONE_BIT) in A2DP_ParseInfoSbc()
370 cfg_cie.alloc_method, p_cap->alloc_method); in A2DP_CodecInfoMatchesCapabilitySbc()
390 if ((cfg_cie.alloc_method & p_cap->alloc_method) == 0) in A2DP_CodecInfoMatchesCapabilitySbc()
454 (sbc_cie_a.alloc_method == sbc_cie_b.alloc_method) && in A2DP_CodecEqualsSbc()
575 switch (sbc_cie.alloc_method) { in A2DP_GetAllocationMethodCodeSbc()
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dcodec_status_hidl.cc283 uint8_t alloc_method = a2dp_offload.codec_info[0] & A2DP_SBC_IE_ALLOC_MD_MSK; in A2dpSbcToHalConfig() local
284 switch (alloc_method) { in A2dpSbcToHalConfig()
292 LOG(ERROR) << __func__ << ": Unknown SBC alloc_method=" << alloc_method; in A2dpSbcToHalConfig()
Dclient_interface_hidl_unittest.cc442 for (auto alloc_method : alloc_methods) { in SbcCodecConfigurationsGenerator() local
456 .allocMethod = alloc_method, in SbcCodecConfigurationsGenerator()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dcodec_status_aidl.cc288 uint8_t alloc_method = a2dp_offload.codec_info[0] & A2DP_SBC_IE_ALLOC_MD_MSK; in A2dpSbcToHalConfig() local
289 switch (alloc_method) { in A2dpSbcToHalConfig()
297 LOG(ERROR) << __func__ << ": Unknown SBC alloc_method=" << alloc_method; in A2dpSbcToHalConfig()