Home
last modified time | relevance | path

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

/device/google/wahoo/powerstats/
DEaselStateResidencyDataProvider.cpp32 mPowerEntityId(id), mTotalOnSnapshotCount(0), mTotalNotOnSnapshotCount(0) {} in EaselStateResidencyDataProvider()
65 mTotalNotOnSnapshotCount++; in getResults()
79 .totalTimeInStateMs = mTotalNotOnSnapshotCount, in getResults()
DEaselStateResidencyDataProvider.h43 uint64_t mTotalNotOnSnapshotCount; variable