Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:mUpdatedSwitchMask

1818         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;