Lines Matching refs:deviceConfig
89 *deviceConfig anonMember
120 deviceConfig *deviceConfig member
157 type deviceConfig struct { struct
280 config.deviceConfig = &deviceConfig{
374 config.deviceConfig = &deviceConfig{
1015 func (c *deviceConfig) WithDexpreopt() bool {
1035 func (c *deviceConfig) Arches() []Arch {
1043 func (c *deviceConfig) BinderBitness() string {
1051 func (c *deviceConfig) VendorPath() string {
1058 func (c *deviceConfig) VndkVersion() string {
1062 func (c *deviceConfig) RecoverySnapshotVersion() string {
1066 func (c *deviceConfig) CurrentApiLevelForVendorModules() string {
1070 func (c *deviceConfig) PlatformVndkVersion() string {
1074 func (c *deviceConfig) ProductVndkVersion() string {
1078 func (c *deviceConfig) ExtraVndkVersions() []string {
1082 func (c *deviceConfig) VndkUseCoreVariant() bool {
1086 func (c *deviceConfig) SystemSdkVersions() []string {
1090 func (c *deviceConfig) PlatformSystemSdkVersions() []string {
1094 func (c *deviceConfig) OdmPath() string {
1101 func (c *deviceConfig) ProductPath() string {
1108 func (c *deviceConfig) SystemExtPath() string {
1115 func (c *deviceConfig) BtConfigIncludeDir() string {
1119 func (c *deviceConfig) DeviceKernelHeaderDirs() []string {
1123 func (c *deviceConfig) SamplingPGO() bool {
1133 func (c *deviceConfig) JavaCoverageEnabledForPath(path string) bool {
1149 func (c *deviceConfig) NativeCoverageEnabled() bool {
1154 func (c *deviceConfig) ClangCoverageEnabled() bool {
1158 func (c *deviceConfig) GcovCoverageEnabled() bool {
1167 func (c *deviceConfig) NativeCoverageEnabledForPath(path string) bool {
1182 func (c *deviceConfig) PgoAdditionalProfileDirs() []string {
1186 func (c *deviceConfig) VendorSepolicyDirs() []string {
1190 func (c *deviceConfig) OdmSepolicyDirs() []string {
1194 func (c *deviceConfig) SystemExtPublicSepolicyDirs() []string {
1198 func (c *deviceConfig) SystemExtPrivateSepolicyDirs() []string {
1202 func (c *deviceConfig) SepolicyM4Defs() []string {
1206 func (c *deviceConfig) OverrideManifestPackageNameFor(name string) (manifestName string, overridden…
1211 func (c *deviceConfig) OverrideCertificateFor(name string) (certificatePath string, overridden bool…
1216 func (c *deviceConfig) OverridePackageNameFor(name string) string {
1346 func (c *deviceConfig) TargetFSConfigGen() []string {
1362 func (c *deviceConfig) DeviceArch() string {
1366 func (c *deviceConfig) DeviceArchVariant() string {
1370 func (c *deviceConfig) DeviceSecondaryArch() string {
1374 func (c *deviceConfig) DeviceSecondaryArchVariant() string {
1378 func (c *deviceConfig) BoardUsesRecoveryAsBoot() bool {
1382 func (c *deviceConfig) BoardKernelBinaries() []string {
1386 func (c *deviceConfig) BoardKernelModuleInterfaceVersions() []string {
1390 func (c *deviceConfig) BoardMoveRecoveryResourcesToVendorBoot() bool {
1394 func (c *deviceConfig) PlatformSepolicyVersion() string {
1398 func (c *deviceConfig) BoardSepolicyVers() string {
1405 func (c *deviceConfig) BoardReqdMaskPolicy() []string {
1409 func (c *deviceConfig) DirectedVendorSnapshot() bool {
1413 func (c *deviceConfig) VendorSnapshotModules() map[string]bool {
1417 func (c *deviceConfig) DirectedRecoverySnapshot() bool {
1421 func (c *deviceConfig) RecoverySnapshotModules() map[string]bool {
1437 func (c *deviceConfig) createDirsMapOnce(onceKey OnceKey, previous map[string]bool, dirs []string) …
1453 func (c *deviceConfig) VendorSnapshotDirsExcludedMap() map[string]bool {
1460 func (c *deviceConfig) VendorSnapshotDirsIncludedMap() map[string]bool {
1468 func (c *deviceConfig) RecoverySnapshotDirsExcludedMap() map[string]bool {
1475 func (c *deviceConfig) RecoverySnapshotDirsIncludedMap() map[string]bool {
1481 func (c *deviceConfig) ShippingApiLevel() ApiLevel {
1489 func (c *deviceConfig) BuildBrokenEnforceSyspropOwner() bool {
1493 func (c *deviceConfig) BuildBrokenTrebleSyspropNeverallow() bool {
1497 func (c *deviceConfig) BuildDebugfsRestrictionsEnabled() bool {
1501 func (c *deviceConfig) BuildBrokenVendorPropertyNamespace() bool {
1505 func (c *deviceConfig) RequiresInsecureExecmemForSwiftshader() bool {
1513 func (c *deviceConfig) SepolicySplit() bool {