Searched refs:switchValue (Results 1 – 2 of 2) sorted by relevance
93 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() argument94 ALOGV("processing switch event. code=%" PRId32 ", value=%" PRId32, switchCode, switchValue); in processSwitch()96 if (switchValue) { in processSwitch()
39 void processSwitch(int32_t switchCode, int32_t switchValue);