Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDispSync.cpp59 mWakeupLatency(0) { in DispSyncThread()
124 mWakeupLatency = ((mWakeupLatency * 63) + in threadLoop()
126 if (mWakeupLatency > 500000) { in threadLoop()
128 mWakeupLatency = 500000; in threadLoop()
132 ATRACE_INT64("DispSync:AvgWakeupLat", mWakeupLatency); in threadLoop()
269 nsecs_t mWakeupLatency; member in android::DispSyncThread