Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyboard.cpp67 status_t status = loadKeyCharacterMap(deviceIdentifier, *keyCharacterMapName); in load()
109 loadKeyCharacterMap(deviceIdentifier, keyMapName); in probeKeyMap()
144 status_t KeyMap::loadKeyCharacterMap(const InputDeviceIdentifier& deviceIdentifier, in loadKeyCharacterMap() function in android::KeyMap
/frameworks/native/include/input/
DKeyboard.h62 status_t loadKeyCharacterMap(const InputDeviceIdentifier& deviceIdentifier,
/frameworks/native/libs/input/tests/
DInputDevice_test.cpp53 void loadKeyCharacterMap(const char* name) { in loadKeyCharacterMap() function in android::InputDeviceKeyMapTest
73 loadKeyCharacterMap("Generic"); in SetUp()