Searched defs:needsHwVsync (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp843 bool needsHwVsync = false; local
848 needsHwVsync = mPrimaryDispSync.addResyncSample(timestamp);
852 if (needsHwVsync) {
H A DSurfaceFlinger_hwc1.cpp863 bool needsHwVsync = false; local
868 needsHwVsync = mPrimaryDispSync.addResyncSample(timestamp);
872 if (needsHwVsync) {

Completed in 71 milliseconds