Searched refs:interceptMotionBeforeQueueing (Results 1 – 4 of 4) sorted by relevance
75 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags) { in interceptMotionBeforeQueueing() function in android::FakeInputDispatcherPolicy
219 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags);863 void NativeInputManager::interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags) { in interceptMotionBeforeQueueing() function in android::NativeInputManager
237 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags) = 0;
2464 mPolicy->interceptMotionBeforeQueueing(args->eventTime, /*byref*/ policyFlags); in notifyMotion()2598 mPolicy->interceptMotionBeforeQueueing(eventTime, /*byref*/ policyFlags); in injectInputEvent()