Searched refs:mSwitchValues (Results 1 – 5 of 5) sorted by relevance
24 : InputMapper(deviceContext), mSwitchValues(0), mUpdatedSwitchMask(0) {} in SwitchInputMapper()48 mSwitchValues |= 1 << switchCode; in processSwitch()50 mSwitchValues &= ~(1 << switchCode); in processSwitch()58 uint32_t updatedSwitchValues = mSwitchValues & mUpdatedSwitchMask; in sync()73 dump += StringPrintf(INDENT3 "SwitchValues: %x\n", mSwitchValues); in dump()
36 uint32_t mSwitchValues;
122 mSwitchValues.markBit(switchCode); in processSwitch()124 mSwitchValues.clearBit(switchCode); in processSwitch()133 mSwitchValues.clear(); in sync()140 mSwitchValues.hasBit(bit), 0); in sync()145 mSwitchValues.clear(); in sync()
42 BitSet64 mSwitchValues; variable
85 private int mSwitchValues; field in WiredAccessoryManager147 mSwitchValues = (mSwitchValues & ~switchMask) | switchValues; in notifyWiredAccessoryChanged()148 switch (mSwitchValues & in notifyWiredAccessoryChanged()