Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DKeyboard.cpp48 status_t status = loadKeyLayout(deviceIdentifier, keyLayoutName.c_str()); in load()
98 loadKeyLayout(deviceIdentifier, keyMapName); in probeKeyMap()
106 status_t KeyMap::loadKeyLayout(const InputDeviceIdentifier& deviceIdentifier, in loadKeyLayout() function in android::KeyMap
/aosp12/frameworks/native/libs/input/tests/
H A DInputDevice_test.cpp40 void loadKeyLayout(const char* name) { in loadKeyLayout() function in android::InputDeviceKeyMapTest
68 loadKeyLayout("Generic"); in SetUp()
/aosp12/frameworks/native/include/input/
H A DKeyboard.h62 status_t loadKeyLayout(const InputDeviceIdentifier& deviceIdentifier, const std::string& name);