Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h404 inline bool setKeyboardLayoutOverlay(std::shared_ptr<KeyCharacterMap> map) { in setKeyboardLayoutOverlay() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h246 bool setKeyboardLayoutOverlay(int32_t deviceId, std::shared_ptr<KeyCharacterMap> map) override { in setKeyboardLayoutOverlay() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp550 bool FakeEventHub::setKeyboardLayoutOverlay(int32_t, std::shared_ptr<KeyCharacterMap>) { in setKeyboardLayoutOverlay() function in android::FakeEventHub
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1544 bool EventHub::setKeyboardLayoutOverlay(int32_t deviceId, std::shared_ptr<KeyCharacterMap> map) { in setKeyboardLayoutOverlay() function in android::EventHub