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