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

  /frameworks/native/include/ui/
DisplayStatInfo.h 26 nsecs_t vsyncPeriod;
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 355 (long long)stats.vsyncTime, (long long)stats.vsyncPeriod);
357 mVsyncPeriod = stats.vsyncPeriod;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 225 Builder& setVsyncPeriod(int32_t vsyncPeriod) {
226 mConfig->mVsyncPeriod = vsyncPeriod;
HWComposer.cpp 309 auto vsyncPeriod = getActiveConfig(disp)->getVsyncPeriod();
310 return now - ((now - mLastHwVSync[disp]) % vsyncPeriod);
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 644 stats->vsyncPeriod = mPrimaryDispSync.getPeriod();
    [all...]
SurfaceFlinger_hwc1.cpp 678 stats->vsyncPeriod = mPrimaryDispSync.getPeriod();
    [all...]

Completed in 93 milliseconds