Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp39 static constexpr std::chrono::duration INJECT_EVENT_TIMEOUT = 5s; variable
323 InputEventInjectionSync::NONE, INJECT_EVENT_TIMEOUT, in benchmarkInjectMotion()
329 InputEventInjectionSync::NONE, INJECT_EVENT_TIMEOUT, in benchmarkInjectMotion()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp685 static constexpr std::chrono::duration INJECT_EVENT_TIMEOUT = 500ms; variable
1147 std::chrono::milliseconds injectionTimeout = INJECT_EVENT_TIMEOUT, in injectKey()
1177 InputEventInjectionSync::WAIT_FOR_RESULT, INJECT_EVENT_TIMEOUT, in injectKeyDownNoRepeat()
1309 std::chrono::milliseconds injectionTimeout = INJECT_EVENT_TIMEOUT, in injectMotionEvent()
1321 std::chrono::milliseconds injectionTimeout = INJECT_EVENT_TIMEOUT,
2495 injectMotionEvent(mDispatcher, secondFingerDownEvent, INJECT_EVENT_TIMEOUT, in TEST_F()
2539 injectMotionEvent(mDispatcher, secondFingerDownEvent, INJECT_EVENT_TIMEOUT, in TEST_F()