Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/input/evdev/
H A DSwitchInputMapper.cpp118 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() argument
119 ALOGV("processing switch event. code=%" PRId32 ", value=%" PRId32, switchCode, switchValue); in processSwitch()
121 if (switchValue) { in processSwitch()
H A DSwitchInputMapper.h39 void processSwitch(int32_t switchCode, int32_t switchValue);
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DSwitchInputMapper.cpp45 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() argument
47 if (switchValue) { in processSwitch()
H A DSwitchInputMapper.h39 void processSwitch(int32_t switchCode, int32_t switchValue);