Home
last modified time | relevance | path

Searched refs:SLEEP_NS (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DSystemClock_test.cpp25 static const int64_t SLEEP_NS = SLEEP_MS * MS_IN_NS; variable
70 EXPECT_GE(endUptimeNs - startUptimeNs, SLEEP_NS) in TEST()
72 EXPECT_LT(endUptimeNs - startUptimeNs, SLEEP_NS + SLACK_NS) in TEST()
78 EXPECT_GE(endRealtimeNs - startRealtimeNs, SLEEP_NS) in TEST()
80 EXPECT_LT(endRealtimeNs - startRealtimeNs, SLEEP_NS + SLACK_NS) in TEST()