Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc514 EXPECT_TRUE(A2DP_UsesRtpHeader(true, codec_info_sbc)); in TEST_F()
515 EXPECT_TRUE(A2DP_UsesRtpHeader(false, codec_info_sbc)); in TEST_F()
517 EXPECT_TRUE(A2DP_UsesRtpHeader(true, codec_info_aac)); in TEST_F()
518 EXPECT_TRUE(A2DP_UsesRtpHeader(false, codec_info_aac)); in TEST_F()
523 EXPECT_TRUE(A2DP_UsesRtpHeader(true, codec_info_non_a2dp)); in TEST_F()
524 EXPECT_TRUE(A2DP_UsesRtpHeader(false, codec_info_non_a2dp)); in TEST_F()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecInfoFuzzFunctions.h99 A2DP_UsesRtpHeader(fdp->ConsumeBool(), codec_info);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc125 bool A2DP_UsesRtpHeader(bool /* content_protection_enabled */, in A2DP_UsesRtpHeader() function
Dmock_a2dp_codec_config.cc116 bool A2DP_UsesRtpHeader(bool content_protection_enabled, in A2DP_UsesRtpHeader() function
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h635 bool A2DP_UsesRtpHeader(bool content_protection_enabled,
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_scb_act.cc1002 A2DP_UsesRtpHeader(is_content_protection, p_scb->curr_cfg.codec_info); in avdt_scb_hdl_write_req()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc1171 bool A2DP_UsesRtpHeader(bool content_protection_enabled, in A2DP_UsesRtpHeader() function
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc637 A2DP_UsesRtpHeader(p_peer->ContentProtectActive(), p_codec_info); in ProcessStart()