Searched refs:zygoteInputStream (Results 1 – 1 of 1) sorted by relevance
160 DataInputStream zygoteInputStream, in ZygoteState() argument166 this.mZygoteInputStream = zygoteInputStream; in ZygoteState()185 DataInputStream zygoteInputStream; in connect() local195 zygoteInputStream = new DataInputStream(zygoteSessionSocket.getInputStream()); in connect()209 zygoteSessionSocket, zygoteInputStream, zygoteOutputWriter, in connect()210 getAbiList(zygoteOutputWriter, zygoteInputStream)); in connect()463 final DataInputStream zygoteInputStream = zygoteState.mZygoteInputStream; in attemptZygoteSendArgsAndGetResult() local472 result.pid = zygoteInputStream.readInt(); in attemptZygoteSendArgsAndGetResult()473 result.usingWrapper = zygoteInputStream.readBoolean(); in attemptZygoteSendArgsAndGetResult()