Home
last modified time | relevance | path

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

/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp171 auto inputDelayMs = 100ms; in TEST_F() local
172 auto f = delay_async(inputDelayMs, [&] { in TEST_F()
180 nsecs_t expectedWhen = systemTime(CLOCK_MONOTONIC) + ms2ns(inputDelayMs.count()); in TEST_F()