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.cc169 case A2DP_MEDIA_CT_AAC: in getTrackBitRate()
207 case A2DP_MEDIA_CT_AAC: in getCodecSpecificConfig()
1033 case A2DP_MEDIA_CT_AAC: in A2DP_IsSourceCodecValid()
1054 case A2DP_MEDIA_CT_AAC: in A2DP_IsSinkCodecValid()
1075 case A2DP_MEDIA_CT_AAC: in A2DP_IsPeerSourceCodecValid()
1096 case A2DP_MEDIA_CT_AAC: in A2DP_IsPeerSinkCodecValid()
1117 case A2DP_MEDIA_CT_AAC: in A2DP_IsSinkCodecSupported()
1139 case A2DP_MEDIA_CT_AAC: in A2DP_IsPeerSourceCodecSupported()
1183 case A2DP_MEDIA_CT_AAC: in A2DP_CodecName()
1207 case A2DP_MEDIA_CT_AAC: in A2DP_CodecTypeEquals()
[all …]
Da2dp_aac.cc151 *p_result++ = A2DP_MEDIA_CT_AAC; in A2DP_BuildInfoAac()
199 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.cc389 EXPECT_EQ(codec_type, A2DP_MEDIA_CT_AAC); in TEST_F()
475 for (uint8_t codec_type = A2DP_MEDIA_CT_AAC + 1; in TEST_F()