Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java165 DataInputStream zygoteInputStream, in ZygoteState() argument
171 this.mZygoteInputStream = zygoteInputStream; in ZygoteState()
190 DataInputStream zygoteInputStream; in connect() local
200 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() local
459 result.pid = zygoteInputStream.readInt(); in attemptZygoteSendArgsAndGetResult()
460 result.usingWrapper = zygoteInputStream.readBoolean(); in attemptZygoteSendArgsAndGetResult()