Searched refs:mSwitchValues (Results 1 – 3 of 3) sorted by relevance
85 private int mSwitchValues; field in WiredAccessoryManager147 mSwitchValues = (mSwitchValues & ~switchMask) | switchValues; in notifyWiredAccessoryChanged()148 switch (mSwitchValues & in notifyWiredAccessoryChanged()
2019 InputMapper(device), mSwitchValues(0), mUpdatedSwitchMask(0) { in SwitchInputMapper()2045 mSwitchValues |= 1 << switchCode; in processSwitch()2047 mSwitchValues &= ~(1 << switchCode); in processSwitch()2055 uint32_t updatedSwitchValues = mSwitchValues & mUpdatedSwitchMask; in sync()2070 dump += StringPrintf(INDENT3 "SwitchValues: %x\n", mSwitchValues); in dump()
811 uint32_t mSwitchValues;