Home
last modified time | relevance | path

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

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