Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp40 static constexpr std::chrono::nanoseconds DISPATCHING_TIMEOUT = 100ms; variable
133 std::chrono::duration_cast<std::chrono::milliseconds>(DISPATCHING_TIMEOUT).count(); in updateInfo()
196 mInfo.dispatchingTimeout = DISPATCHING_TIMEOUT; in updateInfo()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp686 static constexpr std::chrono::nanoseconds DISPATCHING_TIMEOUT = 5s; variable
926 mInfo.dispatchingTimeout = DISPATCHING_TIMEOUT; in FakeWindowHandle()
2409 mFakePolicy->assertNotifyMonitorUnresponsiveWasCalled(DISPATCHING_TIMEOUT); in TEST_F()
3900 const std::chrono::duration timeout = mWindow->getDispatchingTimeout(DISPATCHING_TIMEOUT); in TEST_F()
3916 const std::chrono::duration timeout = mWindow->getDispatchingTimeout(DISPATCHING_TIMEOUT); in TEST_F()
3962 mApplication->getDispatchingTimeout(DISPATCHING_TIMEOUT); in TEST_F()
4021 const std::chrono::duration timeout = mWindow->getDispatchingTimeout(DISPATCHING_TIMEOUT); in TEST_F()
4294 mFocusedWindow->getDispatchingTimeout(DISPATCHING_TIMEOUT); in TEST_F()
4360 mFocusedWindow->getDispatchingTimeout(DISPATCHING_TIMEOUT); in TEST_F()
4404 std::this_thread::sleep_for(mFocusedWindow->getDispatchingTimeout(DISPATCHING_TIMEOUT)); in TEST_F()
[all …]
/aosp12/frameworks/native/libs/gui/tests/
H A DEndToEndNativeInputTest.cpp73 static constexpr std::chrono::nanoseconds DISPATCHING_TIMEOUT = 5s; variable
267 std::chrono::duration_cast<std::chrono::milliseconds>(DISPATCHING_TIMEOUT).count(); in populateInputInfo()