Searched refs:codeIndex (Results 1 – 2 of 2) sorted by relevance
186 int codeIndex = usbMidiBytes[i] & 0x0f; in decode() local187 int numPayloadBytes = PAYLOAD_SIZE[codeIndex]; in decode()
1173 for (size_t codeIndex = 0; codeIndex < keyCodes.size(); codeIndex++) { in markSupportedKeyCodes() local1174 if (device->hasKeycodeLocked(keyCodes[codeIndex])) { in markSupportedKeyCodes()1175 outFlags[codeIndex] = 1; in markSupportedKeyCodes()