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

  /external/linux-kselftest/android/include/sys/
timeb.h 14 const unsigned int ONE_MS_IN_NS = 100000;
22 tp->millitm = ts.tv_nsec / ONE_MS_IN_NS;
  /external/ltp/android/include/sys/
timeb.h 14 const unsigned int ONE_MS_IN_NS = 100000;
22 tp->millitm = ts.tv_nsec / ONE_MS_IN_NS;
  /frameworks/base/core/java/com/android/internal/view/
SurfaceFlingerVsyncChoreographer.java 30 private static final long ONE_MS_IN_NS = 1000000;
31 private static final long ONE_S_IN_NS = ONE_MS_IN_NS * 1000;
67 long sfVsyncOffset = vsyncPeriod - (display.getPresentationDeadlineNanos() - ONE_MS_IN_NS);
68 return Math.max(0, (sfVsyncOffset - display.getAppVsyncOffsetNanos()) / ONE_MS_IN_NS);

Completed in 83 milliseconds