Home
last modified time | relevance | path

Searched refs:A2DP_MEDIA_CT_AAC (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/a2dp/
Da2dp_codec_config.cc161 case A2DP_MEDIA_CT_AAC: in getTrackBitRate()
197 case A2DP_MEDIA_CT_AAC: in getCodecSpecificConfig()
1022 case A2DP_MEDIA_CT_AAC: in A2DP_IsSourceCodecValid()
1041 case A2DP_MEDIA_CT_AAC: in A2DP_IsSinkCodecValid()
1060 case A2DP_MEDIA_CT_AAC: in A2DP_IsPeerSourceCodecValid()
1079 case A2DP_MEDIA_CT_AAC: in A2DP_IsPeerSinkCodecValid()
1098 case A2DP_MEDIA_CT_AAC: in A2DP_IsSinkCodecSupported()
1118 case A2DP_MEDIA_CT_AAC: in A2DP_IsPeerSourceCodecSupported()
1156 case A2DP_MEDIA_CT_AAC: in A2DP_CodecName()
1178 case A2DP_MEDIA_CT_AAC: in A2DP_CodecTypeEquals()
[all …]
Da2dp_aac.cc127 *p_result++ = A2DP_MEDIA_CT_AAC; in A2DP_BuildInfoAac()
175 if (media_type != AVDT_MEDIA_TYPE_AUDIO || codec_type != A2DP_MEDIA_CT_AAC) { in A2DP_ParseInfoAac()
/system/bt/stack/include/
Da2dp_constants.h41 #define A2DP_MEDIA_CT_AAC 0x02 /* AAC media codec type */ macro
/system/bt/stack/test/
Dstack_a2dp_test.cc350 EXPECT_EQ(codec_type, A2DP_MEDIA_CT_AAC); in TEST_F()
436 for (uint8_t codec_type = A2DP_MEDIA_CT_AAC + 1; in TEST_F()