Searched refs:mZygoteInputStream (Results 1 – 1 of 1) sorted by relevance
157 final DataInputStream mZygoteInputStream; field in ZygoteProcess.ZygoteState173 this.mZygoteInputStream = zygoteInputStream; in ZygoteState()467 final DataInputStream zygoteInputStream = zygoteState.mZygoteInputStream; in attemptZygoteSendArgsAndGetResult()879 int numBytes = state.mZygoteInputStream.readInt(); in getZygotePid()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()[all …]