Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DKeyLayoutMap.h76 status_t findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const;
/aosp12/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp217 status_t KeyLayoutMap::findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const { in findScanCodeForLed() function in android::KeyLayoutMap
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp549 if (keyMap.keyLayoutMap->findScanCodeForLed(led, &scanCode) != NAME_NOT_FOUND) { in mapLed()