Searched refs:scanCodes (Results 1 – 1 of 1) sorted by relevance
452 std::vector<int32_t> scanCodes; in hasKeycodeLocked() local453 keyMap.keyLayoutMap->findScanCodesForKey(keycode, &scanCodes); in hasKeycodeLocked()454 const size_t N = scanCodes.size(); in hasKeycodeLocked()456 int32_t sc = scanCodes[i]; in hasKeycodeLocked()840 std::vector<int32_t> scanCodes; in getKeyCodeState() local842 if (scanCodes.size() != 0) { in getKeyCodeState()844 for (size_t i = 0; i < scanCodes.size(); i++) { in getKeyCodeState()845 int32_t sc = scanCodes[i]; in getKeyCodeState()899 std::vector<int32_t> scanCodes; in markSupportedKeyCodes() local901 scanCodes.clear(); in markSupportedKeyCodes()[all …]