Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp132 getDevice(deviceId)->switchStates.replaceValueFor(switchCode, state); in setSwitchState()
412 ssize_t index = device->switchStates.indexOfKey(sw); in getSwitchState()
414 return device->switchStates.valueAt(index); in getSwitchState()
DFakeEventHub.h54 KeyedVector<int32_t, int32_t> switchStates; member