Home
last modified time | relevance | path

Searched defs:toRead (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/androidfw/
DStreamingZipInflater.cpp139 size_t toRead = min_of(count, size_t(mOutTotalSize - mOutCurPosition)); in read() local
211 size_t toRead = min_of(mInBufSize, mInTotalSize - mInNextChunkOffset); in readNextChunk() local
DBackupHelpers.cpp692 size_t toRead = toWrite; in write_tarfile() local
/frameworks/base/services/backup/java/com/android/server/backup/utils/
DFullBackupUtils.java58 int toRead = (chunkTotal > buffer.length) ? buffer.length : chunkTotal; in routeSocketDataToOutput() local
DRestoreUtils.java105 long toRead = (buffer.length < size) ? buffer.length : size; in installApk() local
/frameworks/base/services/backup/java/com/android/server/backup/restore/
DFullRestoreEngine.java533 int toRead = (toCopy > buffer.length) in restoreOneFile() local
598 int toRead = (bytesToConsume > buffer.length) in restoreOneFile() local
/frameworks/base/media/jni/tuner/
DDvrClient.cpp141 int64_t toRead = min(size, available); in writeToFile() local
/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
DFakeBlobData.java235 int toRead = (bytesRead + buffer.length <= lengthBytes) in createSha256Digest() local
/frameworks/native/services/gpuservice/gpustats/
DGpuStats.cpp382 const size_t toRead = reader->currentToRead(); in protoOutputStreamToByteString() local
/frameworks/base/core/java/android/app/backup/
DFullBackup.java246 int toRead = (size > buffer.length) ? buffer.length : (int)size; in restoreFile() local
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp894 int toRead = (mode == MUTED) ? 0 : sampleCount; in threadLoop() local
/frameworks/av/media/libaudiohal/impl/
DStreamHalAidl.cpp408 if (auto toRead = mContext.getDataMQ()->availableToRead(&fmqError, &fmqErrorMsg); in transfer() local
/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp482 auto toRead = std::min<IncFsSize>(remaining, capacity - size); in copyToIncFs() local