Home
last modified time | relevance | path

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

/system/bt/stack/test/
Dstack_a2dp_test.cc357 EXPECT_TRUE(A2DP_IsSinkCodecSupported(codec_info_sbc)); in TEST_F()
358 EXPECT_FALSE(A2DP_IsSinkCodecSupported(codec_info_sbc_capability)); in TEST_F()
359 EXPECT_FALSE(A2DP_IsSinkCodecSupported(codec_info_sbc_sink_capability)); in TEST_F()
361 EXPECT_TRUE(A2DP_IsSinkCodecSupported(codec_info_aac)); in TEST_F()
365 EXPECT_TRUE(A2DP_IsSinkCodecSupported(codec_info_aac_capability)); in TEST_F()
366 EXPECT_FALSE(A2DP_IsSinkCodecSupported(codec_info_aac_sink_capability)); in TEST_F()
368 EXPECT_FALSE(A2DP_IsSinkCodecSupported(codec_info_non_a2dp)); in TEST_F()
/system/bt/stack/include/
Da2dp_codec_api.h596 bool A2DP_IsSinkCodecSupported(const uint8_t* p_codec_info);
/system/bt/stack/a2dp/
Da2dp_codec_config.cc1090 bool A2DP_IsSinkCodecSupported(const uint8_t* p_codec_info) { in A2DP_IsSinkCodecSupported() function
/system/bt/btif/co/
Dbta_av_co.cc1197 codec_config_supported = A2DP_IsSinkCodecSupported(p_codec_info); in ProcessSetConfig()