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

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

Completed in 95 milliseconds