Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyLayoutMap.cpp154 status_t KeyLayoutMap::findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const { in findScanCodeForLed()
171 status_t KeyLayoutMap::findUsageCodeForLed(int32_t ledCode, int32_t* outUsageCode) const { in findUsageCodeForLed()
430 int32_t ledCode = getLedByLabel(ledCodeToken.string()); in parseLed() local
/frameworks/native/include/input/
DKeyLayoutMap.h85 int32_t ledCode; member