Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeEventHub.h129 void setSwitchState(int32_t deviceId, int32_t switchCode, int32_t state);
DFakeEventHub.cpp131 void FakeEventHub::setSwitchState(int32_t deviceId, int32_t switchCode, int32_t state) { in setSwitchState() function in android::FakeEventHub
DInputReader_test.cpp267 void setSwitchState(int32_t switchCode, int32_t state) { in setSwitchState() function in android::FakeInputMapper
891 mapper.setSwitchState(SW_LID, AKEY_STATE_DOWN); in TEST_F()
2708 mapper1.setSwitchState(4, AKEY_STATE_DOWN); in TEST_F()
3075 mFakeEventHub->setSwitchState(EVENTHUB_ID, SW_LID, 1); in TEST_F()
3078 mFakeEventHub->setSwitchState(EVENTHUB_ID, SW_LID, 0); in TEST_F()