Searched refs:interceptMotionBeforeQueueing (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherPolicyInterface.h | 107 virtual void interceptMotionBeforeQueueing(ui::LogicalDisplayId displayId, uint32_t source,
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputDispatcherPolicy.h | 193 void interceptMotionBeforeQueueing(ui::LogicalDisplayId, uint32_t, int32_t, nsecs_t,
|
D | FakeInputDispatcherPolicy.cpp | 421 void FakeInputDispatcherPolicy::interceptMotionBeforeQueueing(ui::LogicalDisplayId, uint32_t, in interceptMotionBeforeQueueing() function in android::FakeInputDispatcherPolicy
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 351 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/ |
D | InputDispatcher.cpp | 4602 mPolicy.interceptMotionBeforeQueueing(args.displayId, args.source, args.action, args.eventTime, in notifyMotion() 4872 mPolicy.interceptMotionBeforeQueueing(displayId, motionEvent.getSource(), in injectInputEvent()
|