Searched refs:mUpdatedSwitchMask (Results 1 – 2 of 2) sorted by relevance
24 : InputMapper(device), mSwitchValues(0), mUpdatedSwitchMask(0) {} in SwitchInputMapper()52 mUpdatedSwitchMask |= 1 << switchCode; in processSwitch()57 if (mUpdatedSwitchMask) { in sync()58 uint32_t updatedSwitchValues = mSwitchValues & mUpdatedSwitchMask; in sync()60 mUpdatedSwitchMask); in sync()63 mUpdatedSwitchMask = 0; in sync()
37 uint32_t mUpdatedSwitchMask; variable