Searched refs:hardwareMap (Results 1 – 1 of 1) sorted by relevance
206 final Map<String, Iso> hardwareMap; field in Keyboard.Platform213 return hardwareMap; in getHardwareMap()216 public Platform(String id, Map<String, Iso> hardwareMap) { in Platform() argument219 this.hardwareMap = Collections.unmodifiableMap(hardwareMap); in Platform()383 Map<String, Iso> hardwareMap = new HashMap<String, Iso>(); field in Keyboard.PlatformHandler394 hardwareMap.put(parts.getAttributeValue(2, "keycode"), in handlePathValue()401 return new Platform(id, hardwareMap); in getPlatform()