Home
last modified time | relevance | path

Searched refs:mSwitchValues (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DWiredAccessoryManager.java85 private int mSwitchValues; field in WiredAccessoryManager
147 mSwitchValues = (mSwitchValues & ~switchMask) | switchValues; in notifyWiredAccessoryChanged()
148 switch (mSwitchValues & in notifyWiredAccessoryChanged()
/frameworks/native/services/inputflinger/
DInputReader.cpp2019 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()
DInputReader.h811 uint32_t mSwitchValues;