Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp94 systemTime() - mLastScreenUpdatedTime.load()); in PowerAdvisor()
187 mLastScreenUpdatedTime.store(systemTime()); in notifyDisplayUpdateImminentAndCpuReset()
DPowerAdvisor.h164 std::atomic<nsecs_t> mLastScreenUpdatedTime = 0; variable