Home
last modified time | relevance | path

Searched defs:setKeyboardLayoutOverlay (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h334 inline bool setKeyboardLayoutOverlay(std::shared_ptr<KeyCharacterMap> map) { in setKeyboardLayoutOverlay() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1227 bool EventHub::setKeyboardLayoutOverlay(int32_t deviceId, std::shared_ptr<KeyCharacterMap> map) { in setKeyboardLayoutOverlay() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp909 bool setKeyboardLayoutOverlay(int32_t, std::shared_ptr<KeyCharacterMap>) override { in setKeyboardLayoutOverlay() function in android::FakeEventHub