Searched refs:useRtpHeaderMarkerBit (Results 1 - 13 of 13) sorted by relevance

/system/bt/stack/include/
H A Da2dp_sbc.h39 bool useRtpHeaderMarkerBit() const override;
58 bool useRtpHeaderMarkerBit() const override;
H A Da2dp_vendor_aptx.h39 bool useRtpHeaderMarkerBit() const override;
H A Da2dp_vendor_aptx_hd.h39 bool useRtpHeaderMarkerBit() const override;
H A Da2dp_vendor_ldac.h39 bool useRtpHeaderMarkerBit() const override;
H A Da2dp_aac.h39 bool useRtpHeaderMarkerBit() const override;
H A Da2dp_codec_api.h115 virtual bool useRtpHeaderMarkerBit() const = 0;
/system/bt/stack/test/
H A Dstack_a2dp_test.cc872 EXPECT_FALSE(codec_config->useRtpHeaderMarkerBit());
888 EXPECT_TRUE(codec_config->useRtpHeaderMarkerBit());
/system/bt/stack/a2dp/
H A Da2dp_vendor_aptx.cc453 bool A2dpCodecConfigAptx::useRtpHeaderMarkerBit() const { return false; } function in class:A2dpCodecConfigAptx
H A Da2dp_vendor_aptx_hd.cc471 bool A2dpCodecConfigAptxHd::useRtpHeaderMarkerBit() const { return false; } function in class:A2dpCodecConfigAptxHd
H A Da2dp_sbc.cc1072 bool A2dpCodecConfigSbc::useRtpHeaderMarkerBit() const { return false; } function in class:A2dpCodecConfigSbc
1638 bool A2dpCodecConfigSbcSink::useRtpHeaderMarkerBit() const { function in class:A2dpCodecConfigSbcSink
H A Da2dp_aac.cc726 bool A2dpCodecConfigAac::useRtpHeaderMarkerBit() const { return true; } function in class:A2dpCodecConfigAac
H A Da2dp_vendor_ldac.cc584 bool A2dpCodecConfigLdac::useRtpHeaderMarkerBit() const { return false; } function in class:A2dpCodecConfigLdac
/system/bt/bta/av/
H A Dbta_av_aact.cc2108 if (p_scb->current_codec->useRtpHeaderMarkerBit()) {

Completed in 546 milliseconds