Home
last modified time | relevance | path

Searched refs:addKeyCodeMapping (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.h133 void addKeyCodeMapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode);
H A DFakeEventHub.cpp150 void FakeEventHub::addKeyCodeMapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) { in addKeyCodeMapping() function in android::FakeEventHub
H A DInputReader_test.cpp273 void addKeyCodeMapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyCodeMapping() function in android::FakeInputMapper
820 mapper.addKeyCodeMapping(AKEYCODE_Y, AKEYCODE_Z); in TEST_F()
839 mapper.addKeyCodeMapping(AKEYCODE_Y, AKEYCODE_Z); in TEST_F()