Searched refs:readCount (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpAdb.cpp503 int readCount; local
590 readCount = read(netState->clientSock,
593 if (readCount < 0) {
599 } else if (readCount == 0) {
608 netState->inputCount += readCount;
H A DJdwpSocket.cpp661 int readCount; local
750 readCount = read(netState->clientSock,
753 if (readCount < 0) {
759 } else if (readCount == 0) {
768 netState->inputCount += readCount;

Completed in 266 milliseconds