Home
last modified time | relevance | path

Searched refs:dispatchingTimeout (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/libs/gui/
H A DWindowInfo.cpp53 info.type == type && info.dispatchingTimeout == dispatchingTimeout && in operator ==()
82 parcel->writeInt64(dispatchingTimeout.count()) ?: in writeToParcel()
134 dispatchingTimeout = static_cast<decltype(dispatchingTimeout)>(parcel->readInt64()); in readFromParcel()
/aosp12/frameworks/native/libs/gui/tests/
H A DWindowInfo_test.cpp54 i.dispatchingTimeout = 12s; in TEST()
94 ASSERT_EQ(i.dispatchingTimeout, i2.dispatchingTimeout); in TEST()
H A DEndToEndNativeInputTest.cpp250 mInputInfo.dispatchingTimeout = 5s; in populateInputInfo()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DWindowInfo.h146 std::chrono::nanoseconds dispatchingTimeout = std::chrono::seconds(5); member
247 return mInfo.token ? std::chrono::nanoseconds(mInfo.dispatchingTimeout) : defaultValue; in getDispatchingTimeout()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_input_InputWindowHandle.cpp136 mInfo.dispatchingTimeout = std::chrono::milliseconds( in updateInfo()
275 windowInfo.dispatchingTimeout) in android_view_InputWindowHandle_fromWindowInfo()
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp196 mInfo.dispatchingTimeout = DISPATCHING_TIMEOUT; in updateInfo()
/aosp12/frameworks/native/services/inputflinger/docs/
H A Danr.md25 …ulate the timeout time of a specific event, simply add the `window.dispatchingTimeout` to the curr…
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp926 mInfo.dispatchingTimeout = DISPATCHING_TIMEOUT; in FakeWindowHandle()
959 mInfo.dispatchingTimeout = timeout; in setDispatchingTimeout()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp5077 millis(windowInfo->dispatchingTimeout), in dumpDispatchStateLocked()