Searched defs:markSupportedKeyCodes (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | InputMapper.cpp | 72 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::InputMapper
|
H A D | KeyboardInputMapper.cpp | 392 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, in markSupportedKeyCodes() function in android::KeyboardInputMapper
|
H A D | TouchInputMapper.cpp | 3955 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, in markSupportedKeyCodes() function in android::TouchInputMapper
|
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/ |
H A D | InputDevice.h | 388 inline bool markSupportedKeyCodes(const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function
|
/aosp_15_r20/frameworks/native/services/inputflinger/reader/ |
H A D | InputDevice.cpp | 585 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::InputDevice
|
H A D | EventHub.cpp | 1182 bool EventHub::markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::EventHub
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/ |
H A D | MapperHelpers.h | 229 bool markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | FakeEventHub.cpp | 469 bool FakeEventHub::markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::FakeEventHub
|
H A D | InputReader_test.cpp | 339 bool markSupportedKeyCodes(uint32_t, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::FakeInputMapper
|