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

  /frameworks/native/libs/ui/include/ui/
DisplayStatInfo.h 26 nsecs_t vsyncPeriod{0};
  /frameworks/base/core/java/com/android/internal/view/
SurfaceFlingerVsyncChoreographer.java 66 long vsyncPeriod = (long) (ONE_S_IN_NS / display.getRefreshRate());
67 long sfVsyncOffset = vsyncPeriod - (display.getPresentationDeadlineNanos() - ONE_MS_IN_NS);
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 360 (long long)stats.vsyncTime, (long long)stats.vsyncPeriod);
362 mVsyncPeriod = stats.vsyncPeriod;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 154 Builder& setVsyncPeriod(int32_t vsyncPeriod) {
155 mConfig->mVsyncPeriod = vsyncPeriod;
HWComposer.cpp 277 auto vsyncPeriod = getActiveConfig(displayId)->getVsyncPeriod();
278 return now - ((now - mLastHwVSync[displayId]) % vsyncPeriod);
  /hardware/qcom/display/msm8909/libdisplayconfig/
DisplayConfig.cpp 227 attributes.vsync_period = tmpAttributes.vsyncPeriod;
  /hardware/qcom/display/msm8909w_3100/libdisplayconfig/
DisplayConfig.cpp 227 attributes.vsync_period = tmpAttributes.vsyncPeriod;
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_session_services.cpp 241 display_attributes.vsyncPeriod = hwc_display_attributes.vsync_period_ns;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_session_services.cpp 236 display_attributes.vsyncPeriod = hwc_display_attributes.vsync_period_ns;
  /frameworks/native/libs/gui/
Surface.cpp 164 *outRefreshDuration = stats.vsyncPeriod;
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 927 stats->vsyncPeriod = mPrimaryDispSync.getPeriod();
    [all...]

Completed in 350 milliseconds