Searched refs:NANOS_PER_MILLISECOND (Results 1 – 8 of 8) sorted by relevance
45 constexpr int64_t NANOS_PER_MILLISECOND = 1000 * 1000; variable73 1000 * NANOS_PER_MILLISECOND)); in checkStateTransition()87 1000 * NANOS_PER_MILLISECOND)); in checkStateTransition()109 1000 * NANOS_PER_MILLISECOND)); in checkStateTransition()136 1000 * NANOS_PER_MILLISECOND)); in checkStateTransition()
60 const int64_t markerTime = startTimeNanos + NANOS_PER_MILLISECOND in checkDriftingClock()137 int64_t markerTime = startTime + NANOS_PER_MILLISECOND + (200 * NANOS_PER_MICROSECOND); in TEST_F()
32 #define NANOS_PER_MILLISECOND (NANOS_PER_MICROSECOND * 1000) macro33 #define NANOS_PER_SECOND (NANOS_PER_MILLISECOND * 1000)
121 (getNanoseconds(CLOCK_MONOTONIC) - startedAtNanos) / NANOS_PER_MILLISECOND; in testOpenPlayClose()170 int64_t timeoutNanos = 2000 * NANOS_PER_MILLISECOND; in testOpenPlayClose()
136 int64_t timeoutNanos = 1000 * NANOS_PER_MILLISECOND; in main()
128 const int64_t timeoutNanos = 1000 * NANOS_PER_MILLISECOND; in main()
636 constexpr int64_t maxValidTimeDiffNs = 200 * NANOS_PER_MILLISECOND; in getLatencyMs()
881 (long long) (systemTime() - mLastIoBeginNs) / NANOS_PER_MILLISECOND); in dumpBase_l()3824 (long long)deltaWriteNs / NANOS_PER_MILLISECOND, in threadLoop()3864 const int32_t deltaMs = writePeriodNs / NANOS_PER_MILLISECOND; in threadLoop()