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

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

Completed in 497 milliseconds