Home
last modified time | relevance | path

Searched defs:sw (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/tests/input/evdev/
DInputMocks.h59 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()
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
Drgbringcoder.cxx33 int sw, int encA, int encB, int red, in RGBRingCoder()