Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp91 auto timeSinceLastUpdate = std::chrono::nanoseconds( in PowerAdvisor() local
93 if (timeSinceLastUpdate >= getUpdateTimeout()) { in PowerAdvisor()
101 timeSinceLastUpdate); in PowerAdvisor()
/frameworks/base/core/java/android/os/
DPowerManager.java2605 long timeSinceLastUpdate = now - mLastHeadroomUpdate.get(); in getThermalHeadroom() local
2606 if (timeSinceLastUpdate < MINIMUM_HEADROOM_TIME_MILLIS) { in getThermalHeadroom()