Home
last modified time | relevance | path

Searched refs:setKeyCodeState (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInputMapperTest.h53 void setKeyCodeState(KeyState state, std::set<int> keyCodes);
H A DTouchpadInputMapper_test.cpp76 setKeyCodeState(KeyState::UP, in SetUp()
H A DMultiTouchInputMapper_test.cpp77 setKeyCodeState(KeyState::UP, in SetUp()
H A DInputMapperTest.cpp82 void InputMapperUnitTest::setKeyCodeState(KeyState state, std::set<int> keyCodes) { in setKeyCodeState() function in android::InputMapperUnitTest
H A DFakeEventHub.h127 void setKeyCodeState(int32_t deviceId, int32_t keyCode, int32_t state);
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
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()