Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DSwitchInputMapper.cpp75 static constexpr int32_t kMaxNumInputCodes = 0x21; variable
86 InputUsage usages[kMaxNumInputCodes]; in configureInputReport()
88 for (int32_t i = 0; i < kMaxNumInputCodes; ++i) { in configureInputReport()
120 if (switchCode >= 0 && switchCode < kMaxNumInputCodes) { in processSwitch()