Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputMapperTest.cpp86 void InputMapperUnitTest::setKeyCodeState(KeyState state, std::set<int> keyCodes) { in setKeyCodeState() function in android::InputMapperUnitTest
DFakeEventHub.cpp119 void FakeEventHub::setKeyCodeState(int32_t deviceId, int32_t keyCode, int32_t state) { in setKeyCodeState() function in android::FakeEventHub
DInputReader_test.cpp259 void setKeyCodeState(int32_t keyCode, int32_t state) { in setKeyCodeState() function in android::FakeInputMapper