Searched defs:sw (Results 1 – 2 of 2) sorted by relevance
59 virtual bool hasSwitch(int32_t sw) const override { return mSwitches.count(sw); } in hasSwitch()78 void addSwitch(int32_t sw) { mSwitches.insert(sw); } in addSwitch()83 virtual int32_t getSwitchState(int32_t sw) const override { return 0; } in getSwitchState()
33 int sw, int encA, int encB, int red, in RGBRingCoder()