Searched refs:mSocketOutStream (Results 1 – 1 of 1) sorted by relevance
76 private final DataOutputStream mSocketOutStream; field in ZygoteConnection94 mSocketOutStream in ZygoteConnection()300 mSocketOutStream.writeInt(abiListBytes.length); in handleAbiListQuery()301 mSocketOutStream.write(abiListBytes); in handleAbiListQuery()311 mSocketOutStream.writeInt(pidStringBytes.length); in handlePidQuery()312 mSocketOutStream.write(pidStringBytes); in handlePidQuery()327 mSocketOutStream.writeInt(1); in handlePreload()330 mSocketOutStream.writeInt(0); in handlePreload()360 mSocketOutStream.writeInt(0); in stateChangeWithUsapPoolReset()392 mSocketOutStream.writeInt(0); in handleUsapPoolStatusChange()[all …]