Searched refs:findScanCodeForLed (Results 1 – 3 of 3) sorted by relevance
70 status_t findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const;
154 status_t KeyLayoutMap::findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const { in findScanCodeForLed() function in android::KeyLayoutMap
1523 if(device->keyMap.keyLayoutMap->findScanCodeForLed(led, &scanCode) != NAME_NOT_FOUND) { in mapLed()