Home
last modified time | relevance | path

Searched defs:setKeyCodeState (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInputMapperTest.cpp82 void InputMapperUnitTest::setKeyCodeState(KeyState state, std::set<int> keyCodes) { in setKeyCodeState() function in android::InputMapperUnitTest
H A DFakeEventHub.cpp116 void FakeEventHub::setKeyCodeState(int32_t deviceId, int32_t keyCode, int32_t state) { in setKeyCodeState() function in android::FakeEventHub
H A DInputReader_test.cpp257 void setKeyCodeState(int32_t keyCode, int32_t state) { in setKeyCodeState() function in android::FakeInputMapper