Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp782 bool needsHwVsync = false; in onVSyncReceived() local
787 needsHwVsync = mPrimaryDispSync.addResyncSample(timestamp); in onVSyncReceived()
791 if (needsHwVsync) { in onVSyncReceived()