Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/test/
H A Dstack_a2dp_test.cc435 EXPECT_TRUE(A2DP_UsesRtpHeader(true, codec_info_sbc)); in TEST_F()
436 EXPECT_TRUE(A2DP_UsesRtpHeader(false, codec_info_sbc)); in TEST_F()
438 EXPECT_TRUE(A2DP_UsesRtpHeader(true, codec_info_aac)); in TEST_F()
439 EXPECT_TRUE(A2DP_UsesRtpHeader(false, codec_info_aac)); in TEST_F()
441 EXPECT_TRUE(A2DP_UsesRtpHeader(true, codec_info_non_a2dp)); in TEST_F()
442 EXPECT_TRUE(A2DP_UsesRtpHeader(false, codec_info_non_a2dp)); in TEST_F()
/aosp12/system/bt/stack/test/fuzzers/a2dp/codec/
H A Da2dpCodecInfoFuzzFunctions.h98 A2DP_UsesRtpHeader(fdp->ConsumeBool(), codec_info);
/aosp12/system/bt/test/mock/
H A Dmock_a2dp_codec_config.cc124 bool A2DP_UsesRtpHeader(bool content_protection_enabled, in A2DP_UsesRtpHeader() function
H A Dmock_stack_a2dp_codec_config.cc124 bool A2DP_UsesRtpHeader(bool content_protection_enabled, in A2DP_UsesRtpHeader() function
/aosp12/system/bt/stack/include/
H A Da2dp_codec_api.h624 bool A2DP_UsesRtpHeader(bool content_protection_enabled,
/aosp12/system/bt/stack/a2dp/
H A Da2dp_codec_config.cc1156 bool A2DP_UsesRtpHeader(bool content_protection_enabled, in A2DP_UsesRtpHeader() function
/aosp12/system/bt/stack/avdt/
H A Davdt_scb_act.cc1014 A2DP_UsesRtpHeader(is_content_protection, p_scb->curr_cfg.codec_info); in avdt_scb_hdl_write_req()
/aosp12/system/bt/btif/co/
H A Dbta_av_co.cc1341 A2DP_UsesRtpHeader(p_peer->ContentProtectActive(), p_codec_info); in ProcessStart()