Home
last modified time | relevance | path

Searched defs:totalFrameCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
DUiBenchmarkResult.java128 int totalFrameCount = getTotalFrameCount(); in getScore() local
180 int totalFrameCount = getTotalFrameCount(); in getSortedJankFrameIndices() local
DGlobalResultsStore.java87 int totalFrameCount = result.getTotalFrameCount(); in storeRunResults() local
/frameworks/base/libs/hwui/
DProfileData.h62 uint32_t totalFrameCount() const { return mTotalFrameCount; } in totalFrameCount() function