Home
last modified time | relevance | path

Searched refs:findScanCodeForLed (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/input/
DKeyLayoutMap.h70 status_t findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const;
/frameworks/native/libs/input/
DKeyLayoutMap.cpp154 status_t KeyLayoutMap::findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const { in findScanCodeForLed() function in android::KeyLayoutMap
/frameworks/native/services/inputflinger/
DEventHub.cpp1523 if(device->keyMap.keyLayoutMap->findScanCodeForLed(led, &scanCode) != NAME_NOT_FOUND) { in mapLed()