Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DSwitchInputMapper.cpp24 : 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()
H A DSwitchInputMapper.h36 uint32_t mSwitchValues;
/aosp12/hardware/libhardware/modules/input/evdev/
H A DSwitchInputMapper.cpp122 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()
H A DSwitchInputMapper.h42 BitSet64 mSwitchValues; variable
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DWiredAccessoryManager.java85 private int mSwitchValues; field in WiredAccessoryManager
147 mSwitchValues = (mSwitchValues & ~switchMask) | switchValues; in notifyWiredAccessoryChanged()
148 switch (mSwitchValues & in notifyWiredAccessoryChanged()