Home
last modified time | relevance | path

Searched refs:findUsageCodeForLed (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/input/
DKeyLayoutMap.h71 status_t findUsageCodeForLed(int32_t ledCode, int32_t* outUsageCode) const;
/frameworks/native/libs/input/
DKeyLayoutMap.cpp171 status_t KeyLayoutMap::findUsageCodeForLed(int32_t ledCode, int32_t* outUsageCode) const { in findUsageCodeForLed() function in android::KeyLayoutMap