Searched refs:switchValue (Results 1 – 4 of 4) sorted by relevance
118 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() argument119 ALOGV("processing switch event. code=%" PRId32 ", value=%" PRId32, switchCode, switchValue); in processSwitch()121 if (switchValue) { in processSwitch()
39 void processSwitch(int32_t switchCode, int32_t switchValue);
45 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() argument47 if (switchValue) { in processSwitch()