Searched refs:expectedWhen (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/tests/input/evdev/
H A DInputDevice_test.cpp92 nsecs_t expectedWhen = s2ns(1) + us2ns(900000); local
93 EXPECT_EQ(expectedWhen, keyDown.when);
94 EXPECT_EQ(expectedWhen, syn.when);
H A DInputHub_test.cpp180 nsecs_t expectedWhen = systemTime(CLOCK_MONOTONIC) + ms2ns(inputDelayMs.count()); local
184 EXPECT_NEAR(expectedWhen, event_time, ms2ns(TIMING_TOLERANCE_MS));

Completed in 51 milliseconds