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

/frameworks/native/include/input/
H A DKeyLayoutMap.h70 status_t findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const;
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp154 status_t KeyLayoutMap::findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const { function in class:android::KeyLayoutMap
160 ALOGD("findScanCodeForLed: ledCode=%d, scanCode=%d.", ledCode, *outScanCode);
166 ALOGD("findScanCodeForLed: ledCode=%d ~ Not found.", ledCode);
/frameworks/native/services/inputflinger/
H A DEventHub.cpp1523 if(device->keyMap.keyLayoutMap->findScanCodeForLed(led, &scanCode) != NAME_NOT_FOUND) {

Completed in 98 milliseconds