Searched refs:timeSinceLastUpdate (Results 1 – 2 of 2) sorted by relevance
93 auto timeSinceLastUpdate = std::chrono::nanoseconds( in PowerAdvisor() local95 if (timeSinceLastUpdate >= getUpdateTimeout()) { in PowerAdvisor()103 timeSinceLastUpdate); in PowerAdvisor()
2811 long timeSinceLastUpdate = now - mLastHeadroomUpdate.get(); in getThermalHeadroom() local2812 if (timeSinceLastUpdate < MINIMUM_HEADROOM_TIME_MILLIS) { in getThermalHeadroom()