Searched refs:mSwitchValues (Results 1 – 3 of 3) 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;
85 private int mSwitchValues; field in WiredAccessoryManager147 mSwitchValues = (mSwitchValues & ~switchMask) | switchValues; in notifyWiredAccessoryChanged()148 switch (mSwitchValues & in notifyWiredAccessoryChanged()