Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h1008 void processSwitch(int32_t switchCode, int32_t switchValue);
DInputReader.cpp1831 processSwitch(rawEvent->code, rawEvent->value); in process()
1841 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() function in android::SwitchInputMapper