Home
last modified time | relevance | path

Searched refs:findScanCodeForLed (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/include/input/
H A DKeyLayoutMap.h74 std::optional<int32_t> findScanCodeForLed(int32_t ledCode) const;
/aosp_15_r20/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp278 std::optional<int32_t> KeyLayoutMap::findScanCodeForLed(int32_t ledCode) const { in findScanCodeForLed() function in android::KeyLayoutMap
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp782 std::optional<int32_t> scanCode = keyMap.keyLayoutMap->findScanCodeForLed(led); in mapLed()