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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp405 void setSwitchState(int32_t deviceId, int32_t switchCode, int32_t state) { function in class:android::FakeEventHub
858 void setSwitchState(int32_t switchCode, int32_t state) { function in class:android::FakeInputMapper
1111 mapper->setSwitchState(SW_LID, AKEY_STATE_DOWN);
1305 mapper1->setSwitchState(4, AKEY_STATE_DOWN);
1512 mFakeEventHub->setSwitchState(DEVICE_ID, SW_LID, 1);
1515 mFakeEventHub->setSwitchState(DEVICE_ID, SW_LID, 0);

Completed in 19 milliseconds