Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDispSync.cpp153 static const nsecs_t kMaxWakeupLatency = us2ns(1500); in threadLoop() local
158 mWakeupLatency = min(mWakeupLatency, kMaxWakeupLatency); in threadLoop()