Searched refs:mZygoteInputStream (Results 1 – 1 of 1) sorted by relevance
157 final DataInputStream mZygoteInputStream; field in ZygoteProcess.ZygoteState173 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 …]