Home
last modified time | relevance | path

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

/device/google/wahoo/powerstats/
DEaselStateResidencyDataProvider.cpp32 mPowerEntityId(id), mTotalOnSnapshotCount(0), mTotalNotOnSnapshotCount(0) {} in EaselStateResidencyDataProvider()
67 mTotalOnSnapshotCount++; in getResults()
78 .totalStateEntryCount = mTotalOnSnapshotCount, in getResults()
DEaselStateResidencyDataProvider.h42 uint64_t mTotalOnSnapshotCount; variable