Home
last modified time | relevance | path

Searched defs:getKeyboardLayoutInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp121 std::optional<KeyboardLayoutInfo> KeyboardInputMapper::getKeyboardLayoutInfo() const { in getKeyboardLayoutInfo() function in android::KeyboardInputMapper
/aosp_15_r20/frameworks/native/include/input/
H A DInputDevice.h314 inline const std::optional<KeyboardLayoutInfo>& getKeyboardLayoutInfo() const { in getKeyboardLayoutInfo() function