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

  /hardware/qcom/display/msm8909/sdm/libs/core/
hw_events_interface.h 38 VSYNC = 0,
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
hw_events_interface.h 38 VSYNC = 0,
  /hardware/qcom/display/msm8998/sdm/libs/core/
hw_events_interface.h 38 VSYNC = 0,
  /frameworks/base/core/java/android/view/
FrameInfo.java 56 // The intended vsync time, unadjusted by jitter
59 // Jitter-adjusted vsync time, this is what was used as input into the
61 private static final int VSYNC = 2;
83 mFrameInfo[VSYNC] = usedVsync;
FrameMetrics.java 136 * Metric identifier for the timestamp of the intended vsync for this frame.
140 * prevented it from responding to the vsync signal in a timely fashion.
146 * Metric identifier for the timestamp of the actual vsync for this frame.
148 * The time value that was used in all the vsync listeners and drawing for
192 Index.VSYNC,
209 int VSYNC = 2;
299 return mTimingData[Index.VSYNC];
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
FrameTimingStats.java 30 Index.VSYNC,
46 int VSYNC = 2;

Completed in 130 milliseconds