Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java160 DataInputStream zygoteInputStream, in ZygoteState() argument
166 this.mZygoteInputStream = zygoteInputStream; in ZygoteState()
185 DataInputStream zygoteInputStream; in connect() local
195 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() local
472 result.pid = zygoteInputStream.readInt(); in attemptZygoteSendArgsAndGetResult()
473 result.usingWrapper = zygoteInputStream.readBoolean(); in attemptZygoteSendArgsAndGetResult()