Home
last modified time | relevance | path

Searched defs:ledCode (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp217 status_t KeyLayoutMap::findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const { in findScanCodeForLed()
234 status_t KeyLayoutMap::findUsageCodeForLed(int32_t ledCode, int32_t* outUsageCode) const { in findUsageCodeForLed()
497 int32_t ledCode = InputEventLookup::getLedByLabel(ledCodeToken.string()); in parseLed() local
/aosp12/frameworks/native/include/input/
H A DKeyLayoutMap.h93 int32_t ledCode; member