Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyLayoutMap.cpp245 status_t KeyLayoutMap::findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const { in findScanCodeForLed()
259 status_t KeyLayoutMap::findUsageCodeForLed(int32_t ledCode, int32_t* outUsageCode) const { in findUsageCodeForLed()
519 int32_t ledCode = InputEventLookup::getLedByLabel(ledCodeToken.string()); in parseLed() local
/frameworks/native/include/input/
DKeyLayoutMap.h95 int32_t ledCode; member