Searched refs:A2DP_IsSinkCodecSupported (Results 1 – 4 of 4) sorted by relevance
357 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()
596 bool A2DP_IsSinkCodecSupported(const uint8_t* p_codec_info);
1090 bool A2DP_IsSinkCodecSupported(const uint8_t* p_codec_info) { in A2DP_IsSinkCodecSupported() function
1197 codec_config_supported = A2DP_IsSinkCodecSupported(p_codec_info); in ProcessSetConfig()