HomeSort by relevance Sort by last modified time
    Searched refs:lenRead (Results 1 - 2 of 2) sorted by null

  /hardware/ril/mock-ril/src/java/com/android/internal/communication/
Msg.java 64 int lenRead = rc.recvAllRewind(lenBuffer);
68 lenRead = rc.recvAllRewind(mhBuffer);
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 367 int lenRead = mRecord.read(data, 0, (mRecordingLength - totalRead));
368 if (lenRead < 0) {
369 Log.e(TAG, "reading recording failed with error code " + lenRead);
372 } else if (lenRead == 0) {
375 totalRead += lenRead;

Completed in 168 milliseconds