Searched refs:kMaxNumInputCodes (Results 1 – 1 of 1) sorted by relevance
75 static constexpr int32_t kMaxNumInputCodes = 0x21; variable86 InputUsage usages[kMaxNumInputCodes]; in configureInputReport()88 for (int32_t i = 0; i < kMaxNumInputCodes; ++i) { in configureInputReport()120 if (switchCode >= 0 && switchCode < kMaxNumInputCodes) { in processSwitch()