Home
last modified time | relevance | path

Searched refs:interceptMotionBeforeQueueing (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp75 virtual void interceptMotionBeforeQueueing(nsecs_t, uint32_t&) { in interceptMotionBeforeQueueing() function in android::FakeInputDispatcherPolicy
/frameworks/native/services/inputflinger/
DInputDispatcher.h242 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags) = 0;
DInputDispatcher.cpp2562 mPolicy->interceptMotionBeforeQueueing(args->eventTime, /*byref*/ policyFlags); in notifyMotion()
2709 mPolicy->interceptMotionBeforeQueueing(eventTime, /*byref*/ policyFlags); in injectInputEvent()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp251 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags);
1026 void NativeInputManager::interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags) { in interceptMotionBeforeQueueing() function in android::NativeInputManager