Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DGestureConverter_test.cpp99 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
114 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
131 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
156 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, downGesture); in TEST_F()
180 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, leftUpGesture); in TEST_F()
193 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, rightUpGesture); in TEST_F()
215 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
220 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, downGesture); in TEST_F()
238 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, downGesture); in TEST_F()
254 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
[all …]
DTestConstants.h32 static constexpr nsecs_t READ_TIME = 4321; variable
DInputReader_test.cpp3085 out = process(mapper, ARBITRARY_TIME, READ_TIME, EV_SW, SW_LID, 1); in TEST_F()
3087 out = process(mapper, ARBITRARY_TIME, READ_TIME, EV_SW, SW_JACK_PHYSICAL_INSERT, 1); in TEST_F()
3089 out = process(mapper, ARBITRARY_TIME, READ_TIME, EV_SW, SW_HEADPHONE_INSERT, 0); in TEST_F()
3091 out = process(mapper, ARBITRARY_TIME, READ_TIME, EV_SYN, SYN_REPORT, 0); in TEST_F()
3262 process(mapper, ARBITRARY_TIME, READ_TIME, EV_ABS, ABS_X, 20000); in TEST_F()
3263 process(mapper, ARBITRARY_TIME, READ_TIME, EV_ABS, ABS_Y, -20000); in TEST_F()
3264 process(mapper, ARBITRARY_TIME, READ_TIME, EV_ABS, ABS_Z, 40000); in TEST_F()
3265 process(mapper, ARBITRARY_TIME, READ_TIME, EV_MSC, MSC_TIMESTAMP, 1000); in TEST_F()
3266 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SYN, SYN_REPORT, 0); in TEST_F()
3292 process(mapper, ARBITRARY_TIME, READ_TIME, EV_ABS, ABS_RX, 20000); in TEST_F()
[all …]
DMultiTouchMotionAccumulator_test.cpp36 event.readTime = READ_TIME; in processMotionEvent()
DFakeEventHub.cpp42 enqueueEvent(ARBITRARY_TIME, READ_TIME, deviceId, EventHubInterface::DEVICE_ADDED, 0, 0); in addDevice()
49 enqueueEvent(ARBITRARY_TIME, READ_TIME, deviceId, EventHubInterface::DEVICE_REMOVED, 0, 0); in removeDevice()
90 enqueueEvent(ARBITRARY_TIME, READ_TIME, 0, EventHubInterface::FINISHED_DEVICE_SCAN, 0, 0); in finishDeviceScan()
DHardwareStateConverter_test.cpp79 event.readTime = READ_TIME; in processAxis()
91 event.readTime = READ_TIME; in processSync()
DCapturedTouchpadEventConverter_test.cpp89 event.readTime = READ_TIME; in processAxis()
101 event.readTime = READ_TIME; in processSync()