Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DSwitchInputMapper.cpp101 mUpdatedSwitchMask.markBit(switchCode); in processSwitch()
106 if (mUpdatedSwitchMask.isEmpty()) { in sync()
112 while (!mUpdatedSwitchMask.isEmpty()) { in sync()
113 auto bit = mUpdatedSwitchMask.firstMarkedBit(); in sync()
116 mUpdatedSwitchMask.clearBit(bit); in sync()
119 mUpdatedSwitchMask.clear(); in sync()
DSwitchInputMapper.h43 BitSet32 mUpdatedSwitchMask; variable