Home
last modified time | relevance | path

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

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