Lines Matching full:switchcode
396 void setSwitchState(int32_t deviceId, int32_t switchCode, int32_t state) {
398 device->switchStates.replaceValueFor(switchCode, state);
839 void setSwitchState(int32_t switchCode, int32_t state) {
840 mSwitchStates.replaceValueFor(switchCode, state);
884 virtual int32_t getSwitchState(uint32_t sourceMask, int32_t switchCode) {
885 ssize_t index = mSwitchStates.indexOfKey(switchCode);