Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DSwitchInputMapper.cpp110 mSwitchValues.markBit(switchCode); in processSwitch()
112 mSwitchValues.clearBit(switchCode); in processSwitch()
121 mSwitchValues.clear(); in sync()
128 mSwitchValues.hasBit(bit), 0); in sync()
133 mSwitchValues.clear(); in sync()
DSwitchInputMapper.h42 BitSet64 mSwitchValues; variable