Searched refs:A2DP_ParseInfoLdac (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/a2dp/ |
D | a2dp_vendor_ldac.cc | 148 static tA2DP_STATUS A2DP_ParseInfoLdac(tA2DP_LDAC_CIE* p_ie, in A2DP_ParseInfoLdac() function 228 return (A2DP_ParseInfoLdac(&cfg_cie, p_codec_info, false) == A2DP_SUCCESS) || in A2DP_IsVendorSourceCodecValidLdac() 229 (A2DP_ParseInfoLdac(&cfg_cie, p_codec_info, true) == A2DP_SUCCESS); in A2DP_IsVendorSourceCodecValidLdac() 236 return (A2DP_ParseInfoLdac(&cfg_cie, p_codec_info, false) == A2DP_SUCCESS) || in A2DP_IsVendorSinkCodecValidLdac() 237 (A2DP_ParseInfoLdac(&cfg_cie, p_codec_info, true) == A2DP_SUCCESS); in A2DP_IsVendorSinkCodecValidLdac() 244 return (A2DP_ParseInfoLdac(&cfg_cie, p_codec_info, false) == A2DP_SUCCESS) || in A2DP_IsVendorPeerSourceCodecValidLdac() 245 (A2DP_ParseInfoLdac(&cfg_cie, p_codec_info, true) == A2DP_SUCCESS); in A2DP_IsVendorPeerSourceCodecValidLdac() 252 return (A2DP_ParseInfoLdac(&cfg_cie, p_codec_info, false) == A2DP_SUCCESS) || in A2DP_IsVendorPeerSinkCodecValidLdac() 253 (A2DP_ParseInfoLdac(&cfg_cie, p_codec_info, true) == A2DP_SUCCESS); in A2DP_IsVendorPeerSinkCodecValidLdac() 281 status = A2DP_ParseInfoLdac(&cfg_cie, p_codec_info, is_capability); in A2DP_CodecInfoMatchesCapabilityLdac() [all …]
|