HomeSort by relevance Sort by last modified time
    Searched refs:A2DP_VendorUsesRtpHeader (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/include/
a2dp_vendor.h 103 bool A2DP_VendorUsesRtpHeader(bool content_protection_enabled,
  /system/bt/stack/a2dp/
a2dp_vendor.cc 154 bool A2DP_VendorUsesRtpHeader(bool content_protection_enabled,
a2dp_codec_config.cc     [all...]
  /system/bt/stack/test/
stack_a2dp_test.cc 445 EXPECT_TRUE(A2DP_VendorUsesRtpHeader(true, codec_info_non_a2dp));
446 EXPECT_TRUE(A2DP_VendorUsesRtpHeader(false, codec_info_non_a2dp));
    [all...]

Completed in 4638 milliseconds