HomeSort by relevance Sort by last modified time
    Searched refs:needsHwVsync (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 949 bool needsHwVsync = false;
954 needsHwVsync = mPrimaryDispSync.addResyncSample(timestamp);
958 if (needsHwVsync) {
    [all...]
SurfaceFlinger_hwc1.cpp 912 bool needsHwVsync = false;
917 needsHwVsync = mPrimaryDispSync.addResyncSample(timestamp);
921 if (needsHwVsync) {
    [all...]

Completed in 62 milliseconds