Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DBatteryDefender.cpp81 int64_t BatteryDefender::getDeltaTimeSeconds(int64_t *timeStartSecs) { in getDeltaTimeSeconds() argument
83 const int64_t timePreviousSecs = *timeStartSecs; in getDeltaTimeSeconds()
84 *timeStartSecs = timeCurrentSecs; in getDeltaTimeSeconds()
/hardware/google/pixel/health/include/pixelhealth/
DBatteryDefender.h174 int64_t getDeltaTimeSeconds(int64_t *timeStartSecs);