Home
last modified time | relevance | path

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

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java147 int readNow = in.read(buffer.array(), totalRead, len - totalRead); in read() local
148 if (readNow < 0) { // end-of-stream, error in read()
149 Log.e(TAG, "read returned " + readNow); in read()
152 totalRead += readNow; in read()