Searched refs:findScanCodeForLed (Results 1 – 3 of 3) sorted by relevance
74 std::optional<int32_t> findScanCodeForLed(int32_t ledCode) const;
278 std::optional<int32_t> KeyLayoutMap::findScanCodeForLed(int32_t ledCode) const { in findScanCodeForLed() function in android::KeyLayoutMap
782 std::optional<int32_t> scanCode = keyMap.keyLayoutMap->findScanCodeForLed(led); in mapLed()