Searched refs:mUpdatedSwitchMask (Results 1 – 2 of 2) sorted by relevance
2019 InputMapper(device), mSwitchValues(0), mUpdatedSwitchMask(0) { in SwitchInputMapper()2049 mUpdatedSwitchMask |= 1 << switchCode; in processSwitch()2054 if (mUpdatedSwitchMask) { in sync()2055 uint32_t updatedSwitchValues = mSwitchValues & mUpdatedSwitchMask; in sync()2057 mUpdatedSwitchMask); in sync()2060 mUpdatedSwitchMask = 0; in sync()
812 uint32_t mUpdatedSwitchMask; variable