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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp428 void setSwitchState(int32_t deviceId, int32_t switchCode, int32_t state) { function in class:android::FakeEventHub
885 void setSwitchState(int32_t switchCode, int32_t state) { function in class:android::FakeInputMapper
1138 mapper->setSwitchState(SW_LID, AKEY_STATE_DOWN);
1332 mapper1->setSwitchState(4, AKEY_STATE_DOWN);
1548 mFakeEventHub->setSwitchState(DEVICE_ID, SW_LID, 1);
1551 mFakeEventHub->setSwitchState(DEVICE_ID, SW_LID, 0);

Completed in 2189 milliseconds