Searched refs:keyLayoutMap (Results 1 – 3 of 3) sorted by relevance
47 sp<KeyLayoutMap> keyLayoutMap; variable
357 device->keyMap.keyLayoutMap->findScanCodesForKey(keyCode, &scanCodes); in getKeyCodeState()423 status_t err = device->keyMap.keyLayoutMap->findScanCodesForKey( in markSupportedKeyCodes()460 if (!device->keyMap.keyLayoutMap->mapKey( in mapKey()489 status_t err = device->keyMap.keyLayoutMap->mapAxis(scanCode, outAxisInfo); in mapAxis()1505 device->keyMap.keyLayoutMap->findScanCodesForKey(keycode, &scanCodes); in hasKeycodeLocked()1523 if(device->keyMap.keyLayoutMap->findScanCodeForLed(led, &scanCode) != NAME_NOT_FOUND) { in mapLed()
114 status_t status = KeyLayoutMap::load(path, &keyLayoutMap); in loadKeyLayout()