Searched refs:totalBytesRead (Results 1 – 8 of 8) sorted by relevance
46 long totalBytesRead = 0; in test() local57 totalBytesRead += count; in test()68 mPowerMetricsCollector.report("Total bytes read over WiFi: " + totalBytesRead); in test()
248 ssize_t totalBytesRead = 0; in resync() local271 totalBytesRead = sourceReadAt(fp, pos + remainingBytes, in resync()274 if (totalBytesRead <= 0) { in resync()277 reachEOS = (totalBytesRead != bytesToRead); in resync()278 remainingBytes += totalBytesRead; in resync()
123 size_t totalBytesRead = 0; in doRead() local136 totalBytesRead += bytesRead; in doRead()140 return totalBytesRead; in doRead()
98 ssize_t totalBytesRead = 0; in Resync() local122 totalBytesRead = source->readAt(pos + remainingBytes, in Resync()125 if (totalBytesRead <= 0) { in Resync()128 reachEOS = (totalBytesRead != bytesToRead); in Resync()129 totalBytesRead += remainingBytes; in Resync()130 remainingBytes = totalBytesRead; in Resync()
270 int totalBytesRead = 0; in streamAudio() local274 while (bytesRead >= 0 && totalBytesRead in streamAudio()279 totalBytesRead += bytesRead; in streamAudio()294 String.format("Streamed %s bytes from audio record", totalBytesRead)); in streamAudio()
457 ssize_t totalBytesRead = 0; in read() local471 totalBytesRead += bytesActuallyRead; in read()484 totalBytesRead = bytesActuallyRead; in read()497 int32_t framesRead = (int32_t)(totalBytesRead / bytesPerDeviceFrame); in read()
211 int totalBytesRead = 0; in encode() local221 totalBytesRead += bytesToRead; in encode()226 mTotalBytes += totalBytesRead; in encode()
4544 int totalBytesRead = 0; in uploadCallComposerPicture() local4570 totalBytesRead += numRead; in uploadCallComposerPicture()4571 if (totalBytesRead > getMaximumCallComposerPictureSize()) { in uploadCallComposerPicture()4573 + totalBytesRead); in uploadCallComposerPicture()