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

/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);

Completed in 552 milliseconds