Searched refs:scanCodes (Results 1 – 1 of 1) sorted by relevance
364 Vector<int32_t> scanCodes; in getKeyCodeState() local365 device->keyMap.keyLayoutMap->findScanCodesForKey(keyCode, &scanCodes); in getKeyCodeState()366 if (scanCodes.size() != 0) { in getKeyCodeState()370 for (size_t i = 0; i < scanCodes.size(); i++) { in getKeyCodeState()371 int32_t sc = scanCodes.itemAt(i); in getKeyCodeState()427 Vector<int32_t> scanCodes; in markSupportedKeyCodes() local429 scanCodes.clear(); in markSupportedKeyCodes()432 keyCodes[codeIndex], &scanCodes); in markSupportedKeyCodes()436 for (size_t sc = 0; sc < scanCodes.size(); sc++) { in markSupportedKeyCodes()437 if (test_bit(scanCodes[sc], device->keyBitmask)) { in markSupportedKeyCodes()[all …]