Searched refs:totalBytesRead (Results 1 – 7 of 7) 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()
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()
424 ssize_t totalBytesRead = 0; in read() local438 totalBytesRead += bytesActuallyRead; in read()451 totalBytesRead = bytesActuallyRead; in read()464 int32_t framesRead = (int32_t)(totalBytesRead / bytesPerDeviceFrame); in read()
237 int totalBytesRead = 0; in encode() local247 totalBytesRead += bytesToRead; in encode()252 mTotalBytes += totalBytesRead; in encode()
5150 int totalBytesRead = 0; in uploadCallComposerPicture() local5176 totalBytesRead += numRead; in uploadCallComposerPicture()5177 if (totalBytesRead > getMaximumCallComposerPictureSize()) { in uploadCallComposerPicture()5179 + totalBytesRead); in uploadCallComposerPicture()