Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h107 virtual void interceptMotionBeforeQueueing(ui::LogicalDisplayId displayId, uint32_t source,
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.h193 void interceptMotionBeforeQueueing(ui::LogicalDisplayId, uint32_t, int32_t, nsecs_t,
DFakeInputDispatcherPolicy.cpp421 void FakeInputDispatcherPolicy::interceptMotionBeforeQueueing(ui::LogicalDisplayId, uint32_t, in interceptMotionBeforeQueueing() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp351 void interceptMotionBeforeQueueing(ui::LogicalDisplayId displayId, uint32_t source,
1479 void NativeInputManager::interceptMotionBeforeQueueing(ui::LogicalDisplayId displayId, in interceptMotionBeforeQueueing() function in android::NativeInputManager
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4602 mPolicy.interceptMotionBeforeQueueing(args.displayId, args.source, args.action, args.eventTime, in notifyMotion()
4872 mPolicy.interceptMotionBeforeQueueing(displayId, motionEvent.getSource(), in injectInputEvent()