Home | History | Annotate | Download | only in test

Lines Matching refs:A2DP_IsPeerSourceCodecSupported

366   EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc));
367 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc_capability));
368 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc_sink_capability));
370 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac));
371 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac_capability));
372 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac_sink_capability));
374 EXPECT_FALSE(A2DP_IsPeerSourceCodecSupported(codec_info_non_a2dp));