Searched refs:zygoteInputStream (Results 1 – 1 of 1) sorted by relevance
167 DataInputStream zygoteInputStream, in ZygoteState() argument173 this.mZygoteInputStream = zygoteInputStream; in ZygoteState()192 DataInputStream zygoteInputStream; in connect() local202 zygoteInputStream = new DataInputStream(zygoteSessionSocket.getInputStream()); in connect()216 zygoteSessionSocket, zygoteInputStream, zygoteOutputWriter, in connect()217 getAbiList(zygoteOutputWriter, zygoteInputStream)); in connect()467 final DataInputStream zygoteInputStream = zygoteState.mZygoteInputStream; in attemptZygoteSendArgsAndGetResult() local476 result.pid = zygoteInputStream.readInt(); in attemptZygoteSendArgsAndGetResult()477 result.usingWrapper = zygoteInputStream.readBoolean(); in attemptZygoteSendArgsAndGetResult()