Searched refs:processMovement (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/include/input/ |
D | InputVerifier.h | 49 android::base::Result<void> processMovement(int32_t deviceId, int32_t source, int32_t action,
|
/frameworks/native/libs/input/tests/ |
D | InputVerifier_test.cpp | 47 verifier.processMovement(/*deviceId=*/0, AINPUT_SOURCE_CLASS_POINTER, in TEST()
|
/frameworks/native/libs/input/ |
D | InputVerifier.cpp | 36 Result<void> InputVerifier::processMovement(DeviceId deviceId, int32_t source, int32_t action, in processMovement() function in android::InputVerifier
|
D | InputTransport.cpp | 589 mInputVerifier.processMovement(deviceId, source, action, pointerCount, in publishMotionEvent()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | InputDispatcherFuzzer.cpp | 51 verifier.processMovement(args.deviceId, args.source, args.action, in nextMotion()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 4590 it->second.processMovement(args.deviceId, args.source, args.action, in notifyMotion() 4899 verifier.processMovement(resolvedDeviceId, motionEvent.getSource(), in injectInputEvent()
|