Home
last modified time | relevance | path

Searched refs:setKeyboardLayoutOverlay (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h334 inline bool setKeyboardLayoutOverlay(std::shared_ptr<KeyCharacterMap> map) { in setKeyboardLayoutOverlay() function
335 return mEventHub->setKeyboardLayoutOverlay(mId, map); in setKeyboardLayoutOverlay()
DEventHub.h324 virtual bool setKeyboardLayoutOverlay(int32_t deviceId,
501 bool setKeyboardLayoutOverlay(int32_t deviceId,
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp274 if (context.setKeyboardLayoutOverlay(keyboardLayout)) { in configure()
DEventHub.cpp1227 bool EventHub::setKeyboardLayoutOverlay(int32_t deviceId, std::shared_ptr<KeyCharacterMap> map) { in setKeyboardLayoutOverlay() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp893 bool setKeyboardLayoutOverlay(int32_t, std::shared_ptr<KeyCharacterMap>) override { in setKeyboardLayoutOverlay() function in android::FakeEventHub