Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DZygoteConnection.java77 private final DataOutputStream mSocketOutStream; field in ZygoteConnection
93 mSocketOutStream in ZygoteConnection()
263 mSocketOutStream.writeInt(abiListBytes.length); in handleAbiListQuery()
264 mSocketOutStream.write(abiListBytes); in handleAbiListQuery()
822 mSocketOutStream.writeInt(pid); in handleParentProc()
823 mSocketOutStream.writeBoolean(usingWrapper); in handleParentProc()