Home
last modified time | relevance | path

Searched refs:resolvedDeviceId (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4064 int32_t resolvedDeviceId = VIRTUAL_KEYBOARD_ID; in injectInputEvent() local
4066 resolvedDeviceId = event->getDeviceId(); in injectInputEvent()
4084 accelerateMetaShortcuts(resolvedDeviceId, action, in injectInputEvent()
4087 keyEvent.initialize(incomingKey.getId(), resolvedDeviceId, incomingKey.getSource(), in injectInputEvent()
4108 resolvedDeviceId, incomingKey.getSource(), in injectInputEvent()
4148 resolvedDeviceId, motionEvent.getSource(), in injectInputEvent()
4168 resolvedDeviceId, motionEvent.getSource(), in injectInputEvent()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp3404 void testInjectedKey(int32_t policyFlags, int32_t injectedDeviceId, int32_t resolvedDeviceId, in testInjectedKey() argument
3421 ASSERT_EQ(resolvedDeviceId, received->getDeviceId()); in testInjectedKey()
3427 void testInjectedMotion(int32_t policyFlags, int32_t injectedDeviceId, int32_t resolvedDeviceId, in testInjectedMotion() argument
3457 ASSERT_EQ(resolvedDeviceId, received->getDeviceId()); in testInjectedMotion()