Searched refs:kernelEventTime (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | CursorInputMapper_test.cpp | 1054 nsecs_t kernelEventTime = ARBITRARY_TIME; in TEST_F() local 1056 argsList += process(kernelEventTime, EV_REL, REL_X, 1); in TEST_F() 1057 argsList += process(kernelEventTime, EV_SYN, SYN_REPORT, 0); in TEST_F() 1068 kernelEventTime += delta; in TEST_F() 1071 argsList += process(kernelEventTime, EV_REL, REL_X, 1); in TEST_F() 1072 argsList += process(kernelEventTime, EV_SYN, SYN_REPORT, 0); in TEST_F() 1130 nsecs_t kernelEventTime = ARBITRARY_TIME; in TEST_F() local 1132 argsList += process(kernelEventTime, EV_REL, REL_X, 1); in TEST_F() 1133 argsList += process(kernelEventTime, EV_SYN, SYN_REPORT, 0); in TEST_F() 1142 kernelEventTime += MAX_BLUETOOTH_SMOOTHING_DELTA + ms2ns(1); in TEST_F() [all …]
|
D | InputReader_test.cpp | 9739 nsecs_t kernelEventTime = ARBITRARY_TIME; in TEST_F() local 9753 kernelEventTime += delta; in TEST_F() 9757 processSync(mapper, kernelEventTime); in TEST_F()
|