Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DSwitchInputMapper.cpp97 mSwitchValues.markBit(switchCode); in processSwitch()
99 mSwitchValues.clearBit(switchCode); in processSwitch()
108 mSwitchValues.clear(); in sync()
115 mSwitchValues.hasBit(bit), 0); in sync()
120 mSwitchValues.clear(); in sync()
DSwitchInputMapper.h42 BitSet32 mSwitchValues; variable