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()
1019 case A2DP_MEDIA_CT_AAC: in A2DP_IsSourceCodecValid()
1038 case A2DP_MEDIA_CT_AAC: in A2DP_IsSinkCodecValid()
1057 case A2DP_MEDIA_CT_AAC: in A2DP_IsPeerSourceCodecValid()
1076 case A2DP_MEDIA_CT_AAC: in A2DP_IsPeerSinkCodecValid()
1095 case A2DP_MEDIA_CT_AAC: in A2DP_IsSinkCodecSupported()
1115 case A2DP_MEDIA_CT_AAC: in A2DP_IsPeerSourceCodecSupported()
1153 case A2DP_MEDIA_CT_AAC: in A2DP_CodecName()
1175 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.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()