Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DBatteryDefender.cpp76 const int64_t timePreviousSecs = *timeStartSecs; in getDeltaTimeSeconds() local
78 return timeCurrentSecs - timePreviousSecs; in getDeltaTimeSeconds()