Home
last modified time | relevance | path

Searched refs:mUpdatedSwitchMask (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.cpp1818 InputMapper(device), mSwitchValues(0), mUpdatedSwitchMask(0) { in SwitchInputMapper()
1848 mUpdatedSwitchMask |= 1 << switchCode; in processSwitch()
1853 if (mUpdatedSwitchMask) { in sync()
1854 uint32_t updatedSwitchValues = mSwitchValues & mUpdatedSwitchMask; in sync()
1855 NotifySwitchArgs args(when, 0, updatedSwitchValues, mUpdatedSwitchMask); in sync()
1858 mUpdatedSwitchMask = 0; in sync()
DInputReader.h1006 uint32_t mUpdatedSwitchMask; variable