Searched refs:setKeyCodeState (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | InputMapperTest.h | 53 void setKeyCodeState(KeyState state, std::set<int> keyCodes);
|
H A D | TouchpadInputMapper_test.cpp | 76 setKeyCodeState(KeyState::UP, in SetUp()
|
H A D | MultiTouchInputMapper_test.cpp | 77 setKeyCodeState(KeyState::UP, in SetUp()
|
H A D | InputMapperTest.cpp | 82 void InputMapperUnitTest::setKeyCodeState(KeyState state, std::set<int> keyCodes) { in setKeyCodeState() function in android::InputMapperUnitTest
|
H A D | FakeEventHub.h | 127 void setKeyCodeState(int32_t deviceId, int32_t keyCode, int32_t state);
|
H A D | FakeEventHub.cpp | 116 void FakeEventHub::setKeyCodeState(int32_t deviceId, int32_t keyCode, int32_t state) { in setKeyCodeState() function in android::FakeEventHub
|
H A D | InputReader_test.cpp | 257 void setKeyCodeState(int32_t keyCode, int32_t state) { in setKeyCodeState() function in android::FakeInputMapper 788 mapper.setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN); in TEST_F() 1134 mapperDevice1.setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN); in TEST_F() 1135 mapperDevice2.setKeyCodeState(AKEYCODE_B, AKEY_STATE_DOWN); in TEST_F() 2678 mapper1.setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN); in TEST_F() 2679 mapper1.setKeyCodeState(AKEYCODE_B, AKEY_STATE_UP); in TEST_F()
|