Searched refs:EPSILON_MS (Results 1 – 1 of 1) sorted by relevance
/system/bt/osi/test/ |
D | alarm_test.cpp | 35 static const uint64_t EPSILON_MS = 5; variable 91 msleep(10 + EPSILON_MS); in TEST_F() 164 alarm_set(alarm, TIMER_INTERVAL_FOR_WAKELOCK_IN_MS + EPSILON_MS, cb, NULL); in TEST_F() 210 alarm_set(alarm[1], 10 + TIMER_INTERVAL_FOR_WAKELOCK_IN_MS + EPSILON_MS, cb, NULL); in TEST_F() 235 alarm_set(alarm[0], TIMER_INTERVAL_FOR_WAKELOCK_IN_MS + EPSILON_MS, cb, NULL); in TEST_F() 236 alarm_set(alarm[1], 2 * (TIMER_INTERVAL_FOR_WAKELOCK_IN_MS + EPSILON_MS), cb, NULL); in TEST_F() 260 alarm_set(alarm, TIMER_INTERVAL_FOR_WAKELOCK_IN_MS + EPSILON_MS, cb, NULL); in TEST_F()
|