Searched defs:bytesToRead (Results 1 – 10 of 10) sorted by relevance
37 int32_t bytesToRead = numBytes; in readFromStorage() local
50 size_t bytesToRead = mParams.frameSize; in onInputAvailable() local
219 int bytesToRead = readBytes > bufferSize ? bufferSize : readBytes; in encode() local
286 int bytesToRead = mFrameSize; in onInputAvailable() local
247 ssize_t bytesToRead = kMaxReadBytes; in resync() local
434 size_t bytesToRead = framesToRead * bytesPerDeviceFrame; in read() local
249 size_t bytesToRead = offset + size - mCachedOffset - mCachedSize; in readAt() local
522 int bytesToRead = length; in read() local
97 ssize_t bytesToRead = kMaxReadBytes; in Resync() local
4892 int bytesToRead = Math.min(remainder, 8192); in copy() local