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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_transport.cpp127 size_t totalRead = 0; local
128 while (totalRead < len) {
129 int n = read(mSocket, (uint8_t*)data + totalRead, len - totalRead);
135 totalRead += n;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java468 int totalRead = 0;
477 totalRead += dataLength;
480 totalRead += dataLength;
488 if (decodeUintvarInteger(startIndex + totalRead)) {
489 totalRead += dataLength;
492 return readContentParameters(startIndex + totalRead, leftToRead
493 - totalRead, accumulator + totalRead);
503 if (decodeNoValue(startIndex + totalRead)) {
504 totalRead
[all...]

Completed in 1702 milliseconds