Searched refs:zygoteInputStream (Results 1 – 1 of 1) sorted by relevance
165 DataInputStream zygoteInputStream, in ZygoteState() argument171 this.mZygoteInputStream = zygoteInputStream; in ZygoteState()190 DataInputStream zygoteInputStream; in connect() local200 zygoteInputStream = new DataInputStream(zygoteSessionSocket.getInputStream()); in connect()214 zygoteSessionSocket, zygoteInputStream, zygoteOutputWriter, in connect()215 getAbiList(zygoteOutputWriter, zygoteInputStream)); in connect()450 final DataInputStream zygoteInputStream = zygoteState.mZygoteInputStream; in attemptZygoteSendArgsAndGetResult() local459 result.pid = zygoteInputStream.readInt(); in attemptZygoteSendArgsAndGetResult()460 result.usingWrapper = zygoteInputStream.readBoolean(); in attemptZygoteSendArgsAndGetResult()