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.cc827 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsSourceCodecValid()
846 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsSinkCodecValid()
865 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsPeerSourceCodecValid()
884 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsPeerSinkCodecValid()
903 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsSinkCodecSupported()
923 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsPeerSourceCodecSupported()
948 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_BuildSrc2SinkConfig()
962 if (codec_type != A2DP_MEDIA_CT_NON_A2DP) return true; in A2DP_UsesRtpHeader()
982 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_CodecName()
1004 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_CodecTypeEquals()
[all …]
Da2dp_vendor.cc216 (codec_type_a != A2DP_MEDIA_CT_NON_A2DP)) { in A2DP_VendorCodecTypeEquals()
256 (codec_type_a != A2DP_MEDIA_CT_NON_A2DP)) { in A2DP_VendorCodecEquals()
Da2dp_vendor_aptx.cc100 *p_result++ = A2DP_MEDIA_CT_NON_A2DP; in A2DP_BuildInfoAptx()
135 codec_type != A2DP_MEDIA_CT_NON_A2DP) { in A2DP_ParseInfoAptx()
Da2dp_vendor_aptx_hd.cc107 *p_result++ = A2DP_MEDIA_CT_NON_A2DP; in A2DP_BuildInfoAptxHd()
146 codec_type != A2DP_MEDIA_CT_NON_A2DP) { in A2DP_ParseInfoAptxHd()
Da2dp_vendor_ldac.cc98 *p_result++ = A2DP_MEDIA_CT_NON_A2DP; in A2DP_BuildInfoLdac()
143 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.cc318 EXPECT_EQ(codec_type, A2DP_MEDIA_CT_NON_A2DP); in TEST_F()
435 codec_type < A2DP_MEDIA_CT_NON_A2DP; codec_type++) { in TEST_F()