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

  /system/bt/stack/test/
stack_a2dp_test.cc 390 EXPECT_TRUE(A2DP_UsesRtpHeader(true, codec_info_sbc));
391 EXPECT_TRUE(A2DP_UsesRtpHeader(false, codec_info_sbc));
393 EXPECT_TRUE(A2DP_UsesRtpHeader(true, codec_info_aac));
394 EXPECT_TRUE(A2DP_UsesRtpHeader(false, codec_info_aac));
396 EXPECT_TRUE(A2DP_UsesRtpHeader(true, codec_info_non_a2dp));
397 EXPECT_TRUE(A2DP_UsesRtpHeader(false, codec_info_non_a2dp));
    [all...]
  /system/bt/stack/include/
a2dp_codec_api.h 612 bool A2DP_UsesRtpHeader(bool content_protection_enabled,
    [all...]
  /system/bt/stack/avdt/
avdt_scb_act.cc     [all...]
  /system/bt/stack/a2dp/
a2dp_codec_config.cc     [all...]
  /system/bt/btif/co/
bta_av_co.cc     [all...]

Completed in 219 milliseconds