Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp3404 void testInjectedKey(int32_t policyFlags, int32_t injectedDeviceId, int32_t resolvedDeviceId, in testInjectedKey()
3427 void testInjectedMotion(int32_t policyFlags, int32_t injectedDeviceId, int32_t resolvedDeviceId, in testInjectedMotion()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4064 int32_t resolvedDeviceId = VIRTUAL_KEYBOARD_ID; in injectInputEvent() local