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

/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp73 mWakeupLatency(0),
160 mWakeupLatency = ((mWakeupLatency * 63) +
162 mWakeupLatency = min(mWakeupLatency, kMaxWakeupLatency);
165 ATRACE_INT64("DispSync:AvgWakeupLat", mWakeupLatency);
199 mWakeupLatency;
293 nsecs_t lastEventTime = listener.mLastEventTime + mWakeupLatency;
334 t -= mWakeupLatency;
354 nsecs_t mWakeupLatency; member in class:android::DispSyncThread
[all...]

Completed in 24 milliseconds