Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_codec_config.cc163 case A2DP_MEDIA_CT_NON_A2DP: in getTrackBitRate()
201 case A2DP_MEDIA_CT_NON_A2DP: in getCodecSpecificConfig()
1024 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsSourceCodecValid()
1043 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsSinkCodecValid()
1062 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsPeerSourceCodecValid()
1081 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsPeerSinkCodecValid()
1100 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsSinkCodecSupported()
1120 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsPeerSourceCodecSupported()
1138 if (codec_type != A2DP_MEDIA_CT_NON_A2DP) return true; in A2DP_UsesRtpHeader()
1158 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_CodecName()
[all …]
Da2dp_vendor.cc223 (codec_type_a != A2DP_MEDIA_CT_NON_A2DP)) { in A2DP_VendorCodecTypeEquals()
263 (codec_type_a != A2DP_MEDIA_CT_NON_A2DP)) { in A2DP_VendorCodecEquals()
Da2dp_vendor_aptx.cc101 *p_result++ = A2DP_MEDIA_CT_NON_A2DP; in A2DP_BuildInfoAptx()
136 codec_type != A2DP_MEDIA_CT_NON_A2DP) { in A2DP_ParseInfoAptx()
Da2dp_vendor_aptx_hd.cc108 *p_result++ = A2DP_MEDIA_CT_NON_A2DP; in A2DP_BuildInfoAptxHd()
147 codec_type != A2DP_MEDIA_CT_NON_A2DP) { in A2DP_ParseInfoAptxHd()
Da2dp_vendor_ldac.cc119 *p_result++ = A2DP_MEDIA_CT_NON_A2DP; in A2DP_BuildInfoLdac()
164 codec_type != A2DP_MEDIA_CT_NON_A2DP) { in A2DP_ParseInfoLdac()
/system/bt/stack/include/
Da2dp_constants.h43 #define A2DP_MEDIA_CT_NON_A2DP 0xFF macro
/system/bt/stack/test/
Dstack_a2dp_test.cc353 EXPECT_EQ(codec_type, A2DP_MEDIA_CT_NON_A2DP); in TEST_F()
437 codec_type < A2DP_MEDIA_CT_NON_A2DP; codec_type++) { in TEST_F()