Home
last modified time | relevance | path

Searched refs:totalBytesInBatch (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_am_CachedAppOptimizer.cpp181 uint64_t totalBytesInBatch = 0; in createNextBatch() local
189 uint64_t bytesAvailableInBatch = MAX_BYTES_PER_BATCH - totalBytesInBatch; in createNextBatch()
201 totalBytesInBatch += vmaSize; in createNextBatch()
204 if (totalBytesInBatch >= MAX_BYTES_PER_BATCH) { in createNextBatch()
220 batch.totalBytes = totalBytesInBatch; in createNextBatch()