HomeSort by relevance Sort by last modified time
    Searched refs:ledCode (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/input/
KeyLayoutMap.h 70 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;
  /frameworks/native/libs/input/
KeyLayoutMap.cpp 154 status_t KeyLayoutMap::findScanCodeForLed(int32_t ledCode, int32_t* outScanCode) const {
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 {
174 if (mLedsByUsageCode.valueAt(i).ledCode == ledCode) {
    [all...]

Completed in 1333 milliseconds