Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DSwitchInputMapper.cpp114 mUpdatedSwitchMask.markBit(switchCode); in processSwitch()
119 if (mUpdatedSwitchMask.isEmpty()) { in sync()
125 while (!mUpdatedSwitchMask.isEmpty()) { in sync()
126 auto bit = mUpdatedSwitchMask.firstMarkedBit(); in sync()
129 mUpdatedSwitchMask.clearBit(bit); in sync()
132 mUpdatedSwitchMask.clear(); in sync()
DSwitchInputMapper.h43 BitSet64 mUpdatedSwitchMask; variable