Home
last modified time | relevance | path

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

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