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

/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp75 virtual void interceptMotionBeforeQueueing(nsecs_t, uint32_t&) { function in class:android::FakeInputDispatcherPolicy
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp238 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags);
975 void NativeInputManager::interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags) { function in class:android::NativeInputManager
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h243 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags) = 0;
H A DInputDispatcher.cpp2519 mPolicy->interceptMotionBeforeQueueing(args->eventTime, /*byref*/ policyFlags);
2655 mPolicy->interceptMotionBeforeQueueing(eventTime, /*byref*/ policyFlags);

Completed in 6564 milliseconds