Home
last modified time | relevance | path

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

/hardware/google/pixel/health/include/pixelhealth/
DBatteryDefender.h174 int64_t getDeltaTimeSeconds(int64_t *timeStartSecs);
/hardware/google/pixel/health/
DBatteryDefender.cpp81 int64_t BatteryDefender::getDeltaTimeSeconds(int64_t *timeStartSecs) { in getDeltaTimeSeconds() function in hardware::google::pixel::health::BatteryDefender
472 mTimeBetweenUpdateCalls = getDeltaTimeSeconds(&mTimePreviousSecs); in update()