Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DServiceWrappers.cpp204 const auto totalBlocksCount = ranges.second.internalRawRanges().endIndex; in countFilledBlocks() local
212 return {filledBlockCount, totalBlocksCount}; in countFilledBlocks()
DIncrementalService.cpp2232 const auto [filledBlocksCount, totalBlocksCount] = in getLoadingProgressFromPath()
2246 totalBlocks += totalBlocksCount; in getLoadingProgressFromPath()