Home
last modified time | relevance | path

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

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