Searched refs:A2DP_UsesRtpHeader (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_a2dp_test.cc | 514 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/ |
D | a2dpCodecInfoFuzzFunctions.h | 99 A2DP_UsesRtpHeader(fdp->ConsumeBool(), codec_info);
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_a2dp_codec_config.cc | 125 bool A2DP_UsesRtpHeader(bool /* content_protection_enabled */, in A2DP_UsesRtpHeader() function
|
D | mock_a2dp_codec_config.cc | 116 bool A2DP_UsesRtpHeader(bool content_protection_enabled, in A2DP_UsesRtpHeader() function
|
/packages/modules/Bluetooth/system/stack/include/ |
D | a2dp_codec_api.h | 635 bool A2DP_UsesRtpHeader(bool content_protection_enabled,
|
/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_scb_act.cc | 1002 A2DP_UsesRtpHeader(is_content_protection, p_scb->curr_cfg.codec_info); in avdt_scb_hdl_write_req()
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_codec_config.cc | 1171 bool A2DP_UsesRtpHeader(bool content_protection_enabled, in A2DP_UsesRtpHeader() function
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_av_co.cc | 637 A2DP_UsesRtpHeader(p_peer->ContentProtectActive(), p_codec_info); in ProcessStart()
|