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

/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp68 mWakeupLatency(0),
152 mWakeupLatency = ((mWakeupLatency * 63) + (now - targetTime)) / 64;
153 mWakeupLatency = min(mWakeupLatency, kMaxWakeupLatency);
156 ATRACE_INT64("DispSync:AvgWakeupLat", mWakeupLatency);
188 listener.mLastEventTime = systemTime() - mPeriod / 2 + mPhase - mWakeupLatency;
299 nsecs_t lastEventTime = listener.mLastEventTime + mWakeupLatency;
339 t -= mWakeupLatency;
359 nsecs_t mWakeupLatency; member in class:android::DispSyncThread
[all...]

Completed in 157 milliseconds