Home
last modified time | relevance | path

Searched refs:A2DP_UsesRtpHeader (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/test/
Dstack_a2dp_test.cc396 EXPECT_TRUE(A2DP_UsesRtpHeader(true, codec_info_sbc)); in TEST_F()
397 EXPECT_TRUE(A2DP_UsesRtpHeader(false, codec_info_sbc)); in TEST_F()
399 EXPECT_TRUE(A2DP_UsesRtpHeader(true, codec_info_aac)); in TEST_F()
400 EXPECT_TRUE(A2DP_UsesRtpHeader(false, codec_info_aac)); in TEST_F()
402 EXPECT_TRUE(A2DP_UsesRtpHeader(true, codec_info_non_a2dp)); in TEST_F()
403 EXPECT_TRUE(A2DP_UsesRtpHeader(false, codec_info_non_a2dp)); in TEST_F()
/system/bt/stack/include/
Da2dp_codec_api.h615 bool A2DP_UsesRtpHeader(bool content_protection_enabled,
/system/bt/stack/avdt/
Davdt_scb_act.cc975 A2DP_UsesRtpHeader(is_content_protection, p_scb->curr_cfg.codec_info); in avdt_scb_hdl_write_req()
/system/bt/stack/a2dp/
Da2dp_codec_config.cc1134 bool A2DP_UsesRtpHeader(bool content_protection_enabled, in A2DP_UsesRtpHeader() function
/system/bt/btif/co/
Dbta_av_co.cc1311 A2DP_UsesRtpHeader(p_peer->ContentProtectActive(), p_codec_info); in ProcessStart()