Searched refs:getDispatchingTimeout (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputApplication.h53 inline nsecs_t getDispatchingTimeout(nsecs_t defaultValue) const { function in class:android::InputApplicationHandle
H A DInputWindow.h177 inline nsecs_t getDispatchingTimeout(nsecs_t defaultValue) const { function in class:android::InputWindowHandle
H A DInputDispatcher.cpp975 timeout = windowHandle->getDispatchingTimeout(DEFAULT_INPUT_DISPATCHING_TIMEOUT);
977 timeout = applicationHandle->getDispatchingTimeout(
3157 mFocusedApplicationHandle->getDispatchingTimeout(

Completed in 319 milliseconds