Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc185 case A2DP_MEDIA_CT_NON_A2DP: in getTrackBitRate()
225 case A2DP_MEDIA_CT_NON_A2DP: in getCodecSpecificConfig()
543 case A2DP_MEDIA_CT_NON_A2DP: { in A2DP_IotGetPeerSinkCodecType()
1060 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsSourceCodecValid()
1079 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsSinkCodecValid()
1098 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsPeerSourceCodecValid()
1117 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsPeerSinkCodecValid()
1136 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsSinkCodecSupported()
1156 case A2DP_MEDIA_CT_NON_A2DP: in A2DP_IsPeerSourceCodecSupported()
1175 if (codec_type != A2DP_MEDIA_CT_NON_A2DP) return true; in A2DP_UsesRtpHeader()
[all …]
Da2dp_vendor.cc265 (codec_type_a != A2DP_MEDIA_CT_NON_A2DP)) { in A2DP_VendorCodecTypeEquals()
310 (codec_type_a != A2DP_MEDIA_CT_NON_A2DP)) { in A2DP_VendorCodecEquals()
Da2dp_vendor_aptx_hd.cc110 *p_result++ = A2DP_MEDIA_CT_NON_A2DP; in A2DP_BuildInfoAptxHd()
149 codec_type != A2DP_MEDIA_CT_NON_A2DP) { in A2DP_ParseInfoAptxHd()
Da2dp_vendor_aptx.cc102 *p_result++ = A2DP_MEDIA_CT_NON_A2DP; in A2DP_BuildInfoAptx()
137 codec_type != A2DP_MEDIA_CT_NON_A2DP) { in A2DP_ParseInfoAptx()
Da2dp_vendor_opus.cc139 *p_result++ = A2DP_MEDIA_CT_NON_A2DP; in A2DP_BuildInfoOpus()
202 codec_type != A2DP_MEDIA_CT_NON_A2DP) { in A2DP_ParseInfoOpus()
Da2dp_vendor_ldac.cc121 *p_result++ = A2DP_MEDIA_CT_NON_A2DP; in A2DP_BuildInfoLdac()
166 codec_type != A2DP_MEDIA_CT_NON_A2DP) { in A2DP_ParseInfoLdac()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_constants.h45 #define A2DP_MEDIA_CT_NON_A2DP 0xFF macro
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info.cc273 case A2DP_MEDIA_CT_NON_A2DP: { in SourceCodecIndex()
320 case A2DP_MEDIA_CT_NON_A2DP: { in SinkCodecIndex()
362 codec_info[2] = A2DP_MEDIA_CT_NON_A2DP; in BuildCodecCapabilities()
Da2dp_encoding_aidl.cc853 case A2DP_MEDIA_CT_NON_A2DP: { in get_a2dp_configuration()
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc194 A2DP_MEDIA_CT_NON_A2DP, // Media Codec Type Vendor
207 A2DP_MEDIA_CT_NON_A2DP, // Media Codec Type Vendor
221 A2DP_MEDIA_CT_NON_A2DP, // Media Codec Type Vendor
468 ASSERT_EQ(codec_type, A2DP_MEDIA_CT_NON_A2DP); in TEST_F()
471 EXPECT_EQ(codec_type, A2DP_MEDIA_CT_NON_A2DP); in TEST_F()
561 codec_type < A2DP_MEDIA_CT_NON_A2DP; codec_type++) { in TEST_F()
/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_vendor_ldac_unittest.cc36 A2DP_MEDIA_CT_NON_A2DP,
Da2dp_opus_unittest.cc40 A2DP_MEDIA_CT_NON_A2DP, // Media Codec Type Vendor
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc1525 A2DP_MEDIA_CT_NON_A2DP) { in bta_av_co_should_select_hardware_codec()