Searched refs:switchStates (Results 1 – 2 of 2) sorted by relevance
132 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()
54 KeyedVector<int32_t, int32_t> switchStates; member