Searched refs:switchCode (Results 1 – 2 of 2) sorted by relevance
106 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() argument107 ALOGV("processing switch event. code=%" PRId32 ", value=%" PRId32, switchCode, switchValue); in processSwitch()108 if (switchCode >= 0 && switchCode < SW_CNT) { in processSwitch()110 mSwitchValues.markBit(switchCode); in processSwitch()112 mSwitchValues.clearBit(switchCode); in processSwitch()114 mUpdatedSwitchMask.markBit(switchCode); in processSwitch()
39 void processSwitch(int32_t switchCode, int32_t switchValue);