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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp344 KeyedVector<int32_t, int32_t> switchStates; member in struct:android::FakeEventHub::Device
430 device->switchStates.replaceValueFor(switchCode, state);
625 ssize_t index = device->switchStates.indexOfKey(sw);
627 return device->switchStates.valueAt(index);

Completed in 38 milliseconds