Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DZygoteProcess.java157 final DataInputStream mZygoteInputStream; field in ZygoteProcess.ZygoteState
173 this.mZygoteInputStream = zygoteInputStream; in ZygoteState()
881 state.mZygoteInputStream.readFully(bytes); in getZygotePid()
909 state.mZygoteInputStream.readInt(); in bootCompleted()
985 int status = state.mZygoteInputStream.readInt(); in maybeSetApiDenylistExemptions()
1009 int status = state.mZygoteInputStream.readInt(); in maybeSetHiddenApiAccessLogSampleRate()
1030 int status = state.mZygoteInputStream.readInt(); in maybeSetHiddenApiAccessStatslogSampleRate()
1125 return (state.mZygoteInputStream.readInt() == 0); in preloadApp()
1158 return (state.mZygoteInputStream.readInt() == 0); in preloadPackageForAbi()
1178 return (state.mZygoteInputStream.readInt() == 0); in preloadDefault()
[all …]