Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp9798 void testInjectedKey(int32_t policyFlags, int32_t injectedDeviceId, int32_t resolvedDeviceId, in testInjectedKey()
9816 void testInjectedMotion(int32_t policyFlags, int32_t injectedDeviceId, int32_t resolvedDeviceId, in testInjectedMotion()
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4853 DeviceId resolvedDeviceId = VIRTUAL_KEYBOARD_ID; in injectInputEvent() local