Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyboard.cpp56 status_t status = loadKeyLayout(deviceIdentifier, *keyLayoutName); in load()
106 loadKeyLayout(deviceIdentifier, keyMapName); in probeKeyMap()
114 status_t KeyMap::loadKeyLayout(const InputDeviceIdentifier& deviceIdentifier, in loadKeyLayout() function in android::KeyMap
/frameworks/native/include/input/
DKeyboard.h61 status_t loadKeyLayout(const InputDeviceIdentifier& deviceIdentifier, const std::string& name);
/frameworks/native/libs/input/tests/
DInputDevice_test.cpp41 void loadKeyLayout(const char* name) { in loadKeyLayout() function in android::InputDeviceKeyMapTest
72 loadKeyLayout("Generic"); in SetUp()