Searched refs:mWakeupLatency (Results 1 – 1 of 1) sorted by relevance
67 mWakeupLatency(0) { in DispSyncThread()132 mWakeupLatency = ((mWakeupLatency * 63) + in threadLoop()134 if (mWakeupLatency > 500000) { in threadLoop()136 mWakeupLatency = 500000; in threadLoop()140 ATRACE_INT64("DispSync:AvgWakeupLat", mWakeupLatency); in threadLoop()278 nsecs_t mWakeupLatency; member in android::DispSyncThread