Home
last modified time | relevance | path

Searched refs:content_protection_enabled (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor.cc192 bool A2DP_VendorUsesRtpHeader(bool content_protection_enabled, in A2DP_VendorUsesRtpHeader() argument
200 return A2DP_VendorUsesRtpHeaderAptx(content_protection_enabled, in A2DP_VendorUsesRtpHeader()
207 return A2DP_VendorUsesRtpHeaderAptxHd(content_protection_enabled, in A2DP_VendorUsesRtpHeader()
213 return A2DP_VendorUsesRtpHeaderLdac(content_protection_enabled, in A2DP_VendorUsesRtpHeader()
219 return A2DP_VendorUsesRtpHeaderOpus(content_protection_enabled, in A2DP_VendorUsesRtpHeader()
Da2dp_vendor_aptx_linux.cc31 bool A2DP_VendorUsesRtpHeaderAptx(bool content_protection_enabled, in A2DP_VendorUsesRtpHeaderAptx() argument
Da2dp_vendor_aptx_hd_linux.cc31 bool A2DP_VendorUsesRtpHeaderAptxHd(bool content_protection_enabled, in A2DP_VendorUsesRtpHeaderAptxHd() argument
Da2dp_vendor_ldac_linux.cc44 bool A2DP_VendorUsesRtpHeaderLdac(bool content_protection_enabled, in A2DP_VendorUsesRtpHeaderLdac() argument
Da2dp_vendor_opus_linux.cc45 bool A2DP_VendorUsesRtpHeaderOpus(bool content_protection_enabled, in A2DP_VendorUsesRtpHeaderOpus() argument
Da2dp_codec_config.cc1171 bool A2DP_UsesRtpHeader(bool content_protection_enabled, in A2DP_UsesRtpHeader() argument
1178 return A2DP_VendorUsesRtpHeader(content_protection_enabled, p_codec_info); in A2DP_UsesRtpHeader()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_vendor_aptx.h68 bool A2DP_VendorUsesRtpHeaderAptx(bool content_protection_enabled,
Da2dp_vendor_aptx_hd.h68 bool A2DP_VendorUsesRtpHeaderAptxHd(bool content_protection_enabled,
Da2dp_vendor.h107 bool A2DP_VendorUsesRtpHeader(bool content_protection_enabled,
Da2dp_vendor_ldac.h119 bool A2DP_VendorUsesRtpHeaderLdac(bool content_protection_enabled,
Da2dp_aac.h117 bool A2DP_UsesRtpHeaderAac(bool content_protection_enabled,
Da2dp_vendor_opus.h122 bool A2DP_VendorUsesRtpHeaderOpus(bool content_protection_enabled,
Da2dp_codec_api.h635 bool A2DP_UsesRtpHeader(bool content_protection_enabled,
/packages/modules/Bluetooth/system/test/mock/
Dmock_a2dp_codec_config.cc116 bool A2DP_UsesRtpHeader(bool content_protection_enabled, in A2DP_UsesRtpHeader() argument