Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DProcessInfo.java58 public @ApplicationInfo.MemtagMode int memtagMode; field in ProcessInfo
76 this.memtagMode = orig.memtagMode; in ProcessInfo()
119 @ApplicationInfo.MemtagMode int memtagMode, in ProcessInfo() argument
129 this.memtagMode = memtagMode; in ProcessInfo()
131 ApplicationInfo.MemtagMode.class, null, memtagMode); in ProcessInfo()
164 dest.writeInt(memtagMode); in writeToParcel()
194 this.memtagMode = _memtagMode; in ProcessInfo()
196 ApplicationInfo.MemtagMode.class, null, memtagMode); in ProcessInfo()
DApplicationInfo.java1527 private @MemtagMode int memtagMode = MEMTAG_DEFAULT; field in ApplicationInfo
1756 if (memtagMode != MEMTAG_DEFAULT) { in dump()
1757 pw.println(prefix + "memtagMode=" + memtagMode); in dump()
1884 if (memtagMode != MEMTAG_DEFAULT) { in dumpDebug()
1885 proto.write(ApplicationInfoProto.Detail.ENABLE_MEMTAG, memtagMode); in dumpDebug()
2014 memtagMode = orig.memtagMode; in ApplicationInfo()
2108 dest.writeInt(memtagMode); in writeToParcel()
2211 memtagMode = source.readInt(); in ApplicationInfo()
2737 /** {@hide} */ public void setMemtagMode(@MemtagMode int value) { memtagMode = value; } in setMemtagMode()
2778 return memtagMode; in getMemtagMode()
/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedProcessImpl.java53 private int memtagMode = ApplicationInfo.MEMTAG_DEFAULT; field in ParsedProcessImpl
68 memtagMode = other.getMemtagMode(); in ParsedProcessImpl()
76 memtagMode = other.getMemtagMode(); in addStateFrom()
121 @ApplicationInfo.MemtagMode int memtagMode, in ParsedProcessImpl() argument
136 this.memtagMode = memtagMode; in ParsedProcessImpl()
138 ApplicationInfo.MemtagMode.class, null, memtagMode); in ParsedProcessImpl()
172 return memtagMode; in getMemtagMode()
222 memtagMode = value; in setMemtagMode()
224 ApplicationInfo.MemtagMode.class, null, memtagMode); in setMemtagMode()
266 dest.writeInt(memtagMode); in writeToParcel()
[all …]
/frameworks/base/core/java/com/android/internal/os/
DZygote.java1286 private static int memtagModeToZygoteMemtagLevel(int memtagMode) { in memtagModeToZygoteMemtagLevel() argument
1287 switch (memtagMode) { in memtagModeToZygoteMemtagLevel()
1324 if (processInfo != null && processInfo.memtagMode != ApplicationInfo.MEMTAG_DEFAULT) { in getRequestedMemtagLevel()
1325 return memtagModeToZygoteMemtagLevel(processInfo.memtagMode); in getRequestedMemtagLevel()
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java491 if (processInfo.memtagMode != ApplicationInfo.MEMTAG_DEFAULT) { in dump()
492 pw.print(prefix); pw.println(" memtagMode=" + processInfo.memtagMode); in dump()
590 && procInfo.memtagMode == ApplicationInfo.MEMTAG_DEFAULT in ProcessRecord()
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackage.java275 ParsingPackage setMemtagMode(@ApplicationInfo.MemtagMode int memtagMode); in setMemtagMode() argument
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java392 private int memtagMode; field in PackageImpl
1063 return memtagMode; in getMemtagMode()
2149 memtagMode = value;
2656 appInfo.setMemtagMode(memtagMode);
3251 dest.writeInt(this.memtagMode);
3418 this.memtagMode = in.readInt();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt1181 field public static final int memtagMode = 16844324; // 0x1010624