Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DKeyLayoutMap.h76 std::optional<int32_t> findUsageCodeForLed(int32_t ledCode) const;
/frameworks/native/libs/input/
DKeyLayoutMap.cpp288 std::optional<int32_t> KeyLayoutMap::findUsageCodeForLed(int32_t ledCode) const { in findUsageCodeForLed() function in android::KeyLayoutMap