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

/frameworks/native/include/input/
H A DKeyLayoutMap.h70 status_t findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const;
71 status_t findUsageCodeForLed(int32_t ledCode, int32_t* outUsageCode) const;
85 int32_t ledCode; member in struct:android::KeyLayoutMap::Led
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp154 status_t KeyLayoutMap::findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const { argument
157 if (mLedsByScanCode.valueAt(i).ledCode == ledCode) {
160 ALOGD("findScanCodeForLed: ledCode=%d, scanCode=%d.", ledCode, *outScanCode);
166 ALOGD("findScanCodeForLed: ledCode=%d ~ Not found.", ledCode);
171 status_t KeyLayoutMap::findUsageCodeForLed(int32_t ledCode, int32_t* outUsageCode) const { argument
174 if (mLedsByUsageCode.valueAt(i).ledCode == ledCode) {
430 int32_t ledCode = getLedByLabel(ledCodeToken.string()); local
[all...]

Completed in 121 milliseconds