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

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

Completed in 458 milliseconds