Home | History | Annotate | Download | only in test

Lines Matching refs:A2DP_IsSinkCodecSupported

322   EXPECT_TRUE(A2DP_IsSinkCodecSupported(codec_info_sbc));
323 EXPECT_FALSE(A2DP_IsSinkCodecSupported(codec_info_sbc_sink_capability));
325 EXPECT_FALSE(A2DP_IsSinkCodecSupported(codec_info_aac));
326 EXPECT_FALSE(A2DP_IsSinkCodecSupported(codec_info_aac_capability));
327 EXPECT_FALSE(A2DP_IsSinkCodecSupported(codec_info_aac_sink_capability));
329 EXPECT_FALSE(A2DP_IsSinkCodecSupported(codec_info_non_a2dp));