Home
last modified time | relevance | path

Searched refs:keyboardLayoutAssociations (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.cpp147 mConfig.keyboardLayoutAssociations.insert({inputUniqueId, layoutInfo}); in addKeyboardLayoutAssociation()
/frameworks/native/services/inputflinger/include/
DInputReaderBase.h125 std::unordered_map<std::string, KeyboardLayoutInfo> keyboardLayoutAssociations; member
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp188 getValueByKey(config.keyboardLayoutAssociations, getDeviceContext().getLocation()); in reconfigure()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp639 outConfig->keyboardLayoutAssociations = readMapFromInterleavedJavaArray< in getReaderConfiguration()