Searched refs:A2DP_VendorUsesRtpHeader (Results 1 – 4 of 4) sorted by relevance
107 bool A2DP_VendorUsesRtpHeader(bool content_protection_enabled,
520 ASSERT_TRUE(A2DP_VendorUsesRtpHeader(true, codec_info_opus)); in TEST_F()521 ASSERT_TRUE(A2DP_VendorUsesRtpHeader(false, codec_info_opus)); in TEST_F()571 EXPECT_TRUE(A2DP_VendorUsesRtpHeader(true, codec_info_non_a2dp)); in TEST_F()572 EXPECT_TRUE(A2DP_VendorUsesRtpHeader(false, codec_info_non_a2dp)); in TEST_F()
192 bool A2DP_VendorUsesRtpHeader(bool content_protection_enabled, in A2DP_VendorUsesRtpHeader() function
1178 return A2DP_VendorUsesRtpHeader(content_protection_enabled, p_codec_info); in A2DP_UsesRtpHeader()