Lines Matching defs:deviceConfig
188 *deviceConfig anonMember
225 deviceConfig *deviceConfig member
290 type deviceConfig struct { struct
291 config *config
292 OncePer
1268 func (c *deviceConfig) WithDexpreopt() bool {
1292 func (c *deviceConfig) Arches() []Arch {
1300 func (c *deviceConfig) BinderBitness() string {
1308 func (c *deviceConfig) VendorPath() string {
1315 func (c *deviceConfig) VndkVersion() string {
1319 func (c *deviceConfig) RecoverySnapshotVersion() string {
1323 func (c *deviceConfig) CurrentApiLevelForVendorModules() string {
1327 func (c *deviceConfig) PlatformVndkVersion() string {
1331 func (c *deviceConfig) ProductVndkVersion() string {
1335 func (c *deviceConfig) ExtraVndkVersions() []string {
1339 func (c *deviceConfig) VndkUseCoreVariant() bool {
1343 func (c *deviceConfig) SystemSdkVersions() []string {
1347 func (c *deviceConfig) PlatformSystemSdkVersions() []string {
1351 func (c *deviceConfig) OdmPath() string {
1358 func (c *deviceConfig) ProductPath() string {
1365 func (c *deviceConfig) SystemExtPath() string {
1372 func (c *deviceConfig) BtConfigIncludeDir() string {
1376 func (c *deviceConfig) DeviceKernelHeaderDirs() []string {
1386 func (c *deviceConfig) JavaCoverageEnabledForPath(path string) bool {
1402 func (c *deviceConfig) NativeCoverageEnabled() bool {
1407 func (c *deviceConfig) ClangCoverageEnabled() bool {
1411 func (c *deviceConfig) ClangCoverageContinuousMode() bool {
1415 func (c *deviceConfig) GcovCoverageEnabled() bool {
1424 func (c *deviceConfig) NativeCoverageEnabledForPath(path string) bool {
1444 func (c *deviceConfig) PgoAdditionalProfileDirs() []string {
1449 func (c *deviceConfig) AfdoProfile(name string) (*string, error) {
1463 func (c *deviceConfig) VendorSepolicyDirs() []string {
1467 func (c *deviceConfig) OdmSepolicyDirs() []string {
1471 func (c *deviceConfig) SystemExtPublicSepolicyDirs() []string {
1475 func (c *deviceConfig) SystemExtPrivateSepolicyDirs() []string {
1479 func (c *deviceConfig) SepolicyM4Defs() []string {
1483 …*deviceConfig) OverrideManifestPackageNameFor(name string) (manifestName string, overridden bool) {
1488 …c (c *deviceConfig) OverrideCertificateFor(name string) (certificatePath string, overridden bool) {
1493 func (c *deviceConfig) OverridePackageNameFor(name string) string {
1521 func (c *deviceConfig) ApexGlobalMinSdkVersionOverride() string {
1638 func (c *deviceConfig) TargetFSConfigGen() []string {
1658 func (c *deviceConfig) DeviceArch() string {
1662 func (c *deviceConfig) DeviceArchVariant() string {
1666 func (c *deviceConfig) DeviceSecondaryArch() string {
1670 func (c *deviceConfig) DeviceSecondaryArchVariant() string {
1674 func (c *deviceConfig) BoardUsesRecoveryAsBoot() bool {
1678 func (c *deviceConfig) BoardKernelBinaries() []string {
1682 func (c *deviceConfig) BoardKernelModuleInterfaceVersions() []string {
1686 func (c *deviceConfig) BoardMoveRecoveryResourcesToVendorBoot() bool {
1690 func (c *deviceConfig) PlatformSepolicyVersion() string {
1694 func (c *deviceConfig) TotSepolicyVersion() string {
1698 func (c *deviceConfig) PlatformSepolicyCompatVersions() []string {
1702 func (c *deviceConfig) BoardSepolicyVers() string {
1709 func (c *deviceConfig) BoardPlatVendorPolicy() []string {
1713 func (c *deviceConfig) BoardReqdMaskPolicy() []string {
1717 func (c *deviceConfig) BoardSystemExtPublicPrebuiltDirs() []string {
1721 func (c *deviceConfig) BoardSystemExtPrivatePrebuiltDirs() []string {
1725 func (c *deviceConfig) BoardProductPublicPrebuiltDirs() []string {
1729 func (c *deviceConfig) BoardProductPrivatePrebuiltDirs() []string {
1733 func (c *deviceConfig) SystemExtSepolicyPrebuiltApiDir() string {
1737 func (c *deviceConfig) ProductSepolicyPrebuiltApiDir() string {
1741 func (c *deviceConfig) IsPartnerTrebleSepolicyTestEnabled() bool {
1745 func (c *deviceConfig) DirectedVendorSnapshot() bool {
1749 func (c *deviceConfig) VendorSnapshotModules() map[string]bool {
1753 func (c *deviceConfig) DirectedRecoverySnapshot() bool {
1757 func (c *deviceConfig) RecoverySnapshotModules() map[string]bool {
1773 …nfig) createDirsMapOnce(onceKey OnceKey, previous map[string]bool, dirs []string) map[string]bool {
1789 func (c *deviceConfig) VendorSnapshotDirsExcludedMap() map[string]bool {
1796 func (c *deviceConfig) VendorSnapshotDirsIncludedMap() map[string]bool {
1804 func (c *deviceConfig) RecoverySnapshotDirsExcludedMap() map[string]bool {
1811 func (c *deviceConfig) RecoverySnapshotDirsIncludedMap() map[string]bool {
1817 func (c *deviceConfig) HostFakeSnapshotEnabled() bool {
1821 func (c *deviceConfig) ShippingApiLevel() ApiLevel {
1829 func (c *deviceConfig) BuildBrokenClangAsFlags() bool {
1833 func (c *deviceConfig) BuildBrokenClangCFlags() bool {
1837 func (c *deviceConfig) BuildBrokenClangProperty() bool {
1841 func (c *deviceConfig) BuildBrokenEnforceSyspropOwner() bool {
1845 func (c *deviceConfig) BuildBrokenTrebleSyspropNeverallow() bool {
1849 func (c *deviceConfig) BuildBrokenUsesSoongPython2Modules() bool {
1853 func (c *deviceConfig) BuildDebugfsRestrictionsEnabled() bool {
1857 func (c *deviceConfig) BuildBrokenVendorPropertyNamespace() bool {
1861 func (c *deviceConfig) BuildBrokenInputDir(name string) bool {
1865 func (c *deviceConfig) BuildBrokenDepfile() bool {
1869 func (c *deviceConfig) RequiresInsecureExecmemForSwiftshader() bool {
1877 func (c *deviceConfig) SepolicySplit() bool {
1881 func (c *deviceConfig) SepolicyFreezeTestExtraDirs() []string {
1885 func (c *deviceConfig) SepolicyFreezeTestExtraPrebuiltDirs() []string {
1889 func (c *deviceConfig) GenerateAidlNdkPlatformBackend() bool {