Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DZygoteProcess.java150 final DataInputStream mZygoteInputStream; field in ZygoteProcess.ZygoteState
166 this.mZygoteInputStream = zygoteInputStream; in ZygoteState()
868 state.mZygoteInputStream.readFully(bytes); in getZygotePid()
896 state.mZygoteInputStream.readInt(); in bootCompleted()
972 int status = state.mZygoteInputStream.readInt(); in maybeSetApiDenylistExemptions()
996 int status = state.mZygoteInputStream.readInt(); in maybeSetHiddenApiAccessLogSampleRate()
1017 int status = state.mZygoteInputStream.readInt(); in maybeSetHiddenApiAccessStatslogSampleRate()
1112 return (state.mZygoteInputStream.readInt() == 0); in preloadApp()
1145 return (state.mZygoteInputStream.readInt() == 0); in preloadPackageForAbi()
1165 return (state.mZygoteInputStream.readInt() == 0); in preloadDefault()
[all …]