Searched refs:timeSinceLastUpdate (Results 1 – 2 of 2) sorted by relevance
91 auto timeSinceLastUpdate = std::chrono::nanoseconds( in PowerAdvisor() local93 if (timeSinceLastUpdate >= getUpdateTimeout()) { in PowerAdvisor()101 timeSinceLastUpdate); in PowerAdvisor()
2605 long timeSinceLastUpdate = now - mLastHeadroomUpdate.get(); in getThermalHeadroom() local2606 if (timeSinceLastUpdate < MINIMUM_HEADROOM_TIME_MILLIS) { in getThermalHeadroom()