Home
last modified time | relevance | path

Searched refs:zygoteInputStream (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DZygoteProcess.java167 DataInputStream zygoteInputStream, in ZygoteState() argument
173 this.mZygoteInputStream = zygoteInputStream; in ZygoteState()
192 DataInputStream zygoteInputStream; in connect() local
202 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() local
476 result.pid = zygoteInputStream.readInt(); in attemptZygoteSendArgsAndGetResult()
477 result.usingWrapper = zygoteInputStream.readBoolean(); in attemptZygoteSendArgsAndGetResult()