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

  /hardware/bsp/intel/peripheral/light/mraa/
lights.c 58 static int64_t const ONE_S_IN_NS = 1000000000LL;
139 return ONE_S_IN_NS * ts.tv_sec + ts.tv_nsec;
152 out->tv_sec = target_ns / ONE_S_IN_NS;
153 out->tv_nsec = target_ns % ONE_S_IN_NS;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 111 private static final long ONE_S_IN_NS = ONE_MS_IN_NS * 1000;
340 long vsyncPeriod = (long) (ONE_S_IN_NS / display.getRefreshRate());
    [all...]

Completed in 392 milliseconds