Home
last modified time | relevance | path

Searched refs:gwpAsanMode (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DProcessInfo.java54 public @ApplicationInfo.GwpAsanMode int gwpAsanMode; field in ProcessInfo
71 this.gwpAsanMode = orig.gwpAsanMode; in ProcessInfo()
110 @ApplicationInfo.GwpAsanMode int gwpAsanMode, in ProcessInfo() argument
117 this.gwpAsanMode = gwpAsanMode; in ProcessInfo()
119 ApplicationInfo.GwpAsanMode.class, null, gwpAsanMode); in ProcessInfo()
152 dest.writeInt(gwpAsanMode); in writeToParcel()
179 this.gwpAsanMode = _gwpAsanMode; in ProcessInfo()
181 ApplicationInfo.GwpAsanMode.class, null, gwpAsanMode); in ProcessInfo()
H A DApplicationInfo.java1457 private @GwpAsanMode int gwpAsanMode = GWP_ASAN_DEFAULT; field in ApplicationInfo
1714 if (gwpAsanMode != GWP_ASAN_DEFAULT) { in dump()
1715 pw.println(prefix + "gwpAsanMode=" + gwpAsanMode); in dump()
1839 if (gwpAsanMode != GWP_ASAN_DEFAULT) { in dumpDebug()
1840 proto.write(ApplicationInfoProto.Detail.ENABLE_GWP_ASAN, gwpAsanMode); in dumpDebug()
1968 gwpAsanMode = orig.gwpAsanMode; in ApplicationInfo()
2060 dest.writeInt(gwpAsanMode); in writeToParcel()
2160 gwpAsanMode = source.readInt(); in ApplicationInfo()
2669 /** {@hide} */ public void setGwpAsanMode(@GwpAsanMode int value) { gwpAsanMode = value; } in setGwpAsanMode()
2703 public int getGwpAsanMode() { return gwpAsanMode; } in getGwpAsanMode()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedProcessImpl.java53 private int gwpAsanMode = ApplicationInfo.GWP_ASAN_DEFAULT; field in ParsedProcessImpl
67 gwpAsanMode = other.getGwpAsanMode(); in ParsedProcessImpl()
74 gwpAsanMode = other.getGwpAsanMode(); in addStateFrom()
118 @ApplicationInfo.GwpAsanMode int gwpAsanMode, in ParsedProcessImpl() argument
130 this.gwpAsanMode = gwpAsanMode; in ParsedProcessImpl()
132 ApplicationInfo.GwpAsanMode.class, null, gwpAsanMode); in ParsedProcessImpl()
163 return gwpAsanMode; in getGwpAsanMode()
205 gwpAsanMode = value; in setGwpAsanMode()
207 ApplicationInfo.GwpAsanMode.class, null, gwpAsanMode); in setGwpAsanMode()
247 dest.writeInt(gwpAsanMode); in writeToParcel()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java473 if (processInfo.gwpAsanMode != ApplicationInfo.GWP_ASAN_DEFAULT) { in dump()
474 pw.print(prefix); pw.println(" gwpAsanMode=" + processInfo.gwpAsanMode); in dump()
574 && procInfo.gwpAsanMode == ApplicationInfo.GWP_ASAN_DEFAULT in ProcessRecord()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DZygote.java1389 if (processInfo != null && processInfo.gwpAsanMode != ApplicationInfo.GWP_ASAN_DEFAULT) { in decideGwpAsanLevel()
1390 return processInfo.gwpAsanMode == ApplicationInfo.GWP_ASAN_ALWAYS in decideGwpAsanLevel()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java384 private int gwpAsanMode; field in PackageImpl
960 return gwpAsanMode; in getGwpAsanMode()
2010 gwpAsanMode = value;
2605 appInfo.setGwpAsanMode(gwpAsanMode);
3189 dest.writeInt(this.gwpAsanMode);
3348 this.gwpAsanMode = in.readInt();
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
H A DParsingPackage.java273 ParsingPackage setGwpAsanMode(@ApplicationInfo.GwpAsanMode int gwpAsanMode); in setGwpAsanMode() argument
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt887 field public static final int gwpAsanMode = 16844310; // 0x1010616