Searched refs:NANOS_PER_MILLISECOND (Results 1 – 11 of 11) sorted by relevance
145 (int)((requestLoadTimeNs - startTimeNs) / NANOS_PER_MILLISECOND)); in testStreams()179 printf("\nloadTimeMs: %d\n", (int)((loadTimeNs - startTimeNs) / NANOS_PER_MILLISECOND)); in testStreams()198 printf("\nplayTimeMs: %d\n", (int)((playTimeNs - loadTimeNs) / NANOS_PER_MILLISECOND)); in testStreams()310 printf("total time in ms: %lld\n", (endTimeNs - startTimeNs) / NANOS_PER_MILLISECOND); in main()
54 constexpr int64_t NANOS_PER_MILLISECOND = 1000 * 1000; variable127 500 * NANOS_PER_MILLISECOND)); in checkReleaseThenClose()198 1000 * NANOS_PER_MILLISECOND)); in checkStateTransition()212 1000 * NANOS_PER_MILLISECOND)); in checkStateTransition()231 1000 * NANOS_PER_MILLISECOND)); in checkStateTransition()250 1000 * NANOS_PER_MILLISECOND)); in checkStateTransition()284 1000 * NANOS_PER_MILLISECOND)); in checkStateTransition()773 10000 * NANOS_PER_MILLISECOND)); in waitForStateChangeToClosingorClosed()792 1000 * NANOS_PER_MILLISECOND)); in testWaitForStateChangeClose()
71 const int64_t markerTime = startTimeNanos + NANOS_PER_MILLISECOND in checkDriftingClock()173 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)
126 (getNanoseconds(CLOCK_MONOTONIC) - startedAtNanos) / NANOS_PER_MILLISECOND; in testOpenPlayClose()179 int64_t timeoutNanos = 2000 * NANOS_PER_MILLISECOND; in testOpenPlayClose()
166 int64_t timeoutNanos = 1000 * NANOS_PER_MILLISECOND; in main()
128 const int64_t timeoutNanos = 1000 * NANOS_PER_MILLISECOND; in main()
31 inline constexpr int64_t kStopWaitTimeNs = 20 * NANOS_PER_MILLISECOND;
732 constexpr int64_t maxValidTimeDiffNs = 200 * NANOS_PER_MILLISECOND; in getLatencyMs()
255 kDefaultStandbyTimeInNsecs / NANOS_PER_MILLISECOND); in getStandbyTimeInNanos()1121 (long long) (systemTime() - mLastIoBeginNs) / NANOS_PER_MILLISECOND); in dumpBase_l()4525 (long long)deltaWriteNs / NANOS_PER_MILLISECOND, in threadLoop()4565 const int32_t deltaMs = writePeriodNs / NANOS_PER_MILLISECOND; in threadLoop()
91 * NANOS_PER_MILLISECOND) in StreamHalAidl()