Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1338 bool needsHwVsync = false; in onVsyncReceived() local
1343 needsHwVsync = mPrimaryDispSync.addResyncSample(timestamp); in onVsyncReceived()
1347 if (needsHwVsync) { in onVsyncReceived()