Home
last modified time | relevance | path

Searched refs:switchValue (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DSwitchInputMapper.cpp93 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() argument
94 ALOGV("processing switch event. code=%" PRId32 ", value=%" PRId32, switchCode, switchValue); in processSwitch()
96 if (switchValue) { in processSwitch()
DSwitchInputMapper.h39 void processSwitch(int32_t switchCode, int32_t switchValue);