Searched refs:totalBytesRead (Results 1 – 4 of 4) sorted by relevance
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()
100 ssize_t totalBytesRead = 0; in Resync() local124 totalBytesRead = source->readAt(pos + remainingBytes, in Resync()127 if (totalBytesRead <= 0) { in Resync()130 reachEOS = (totalBytesRead != bytesToRead); in Resync()131 totalBytesRead += remainingBytes; in Resync()132 remainingBytes = totalBytesRead; in Resync()
406 ssize_t totalBytesRead = 0; in read() local420 totalBytesRead += bytesActuallyRead; in read()433 totalBytesRead = bytesActuallyRead; in read()446 int32_t framesRead = (int32_t)(totalBytesRead / bytesPerDeviceFrame); in read()