/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | KeyboardInputMapper.cpp | 392 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, in markSupportedKeyCodes() function in android::KeyboardInputMapper 395 return getDeviceContext().markSupportedKeyCodes(keyCodes, outFlags); in markSupportedKeyCodes() 447 bool hasKeyLayout = getDeviceContext().markSupportedKeyCodes(keyCodesToCheck, flags.data()); in updateLedState()
|
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.h | 45 bool markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes,
|
H A D | InputMapper.h | 91 virtual bool markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes,
|
H A D | TouchInputMapper.h | 181 bool markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes,
|
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 | 104 bool markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes, 388 inline bool markSupportedKeyCodes(const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function 390 return mEventHub->markSupportedKeyCodes(mId, keyCodes, outFlags); in markSupportedKeyCodes()
|
H A D | EventHub.h | 348 virtual bool markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, 569 bool markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes,
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | InterfaceMocks.h | 143 MOCK_METHOD(bool, markSupportedKeyCodes, 228 MOCK_METHOD(bool, markSupportedKeyCodes,
|
H A D | FakeEventHub.h | 196 bool markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes,
|
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 2661 ASSERT_FALSE(mDevice->markSupportedKeyCodes(AINPUT_SOURCE_KEYBOARD, keyCodes, flags)) in TEST_F() 2740 ASSERT_FALSE(mDevice->markSupportedKeyCodes(AINPUT_SOURCE_TRACKBALL, keyCodes, flags)) in TEST_F() 2747 ASSERT_TRUE(mDevice->markSupportedKeyCodes(AINPUT_SOURCE_KEYBOARD, keyCodes, flags)) in TEST_F() 3392 mapper.markSupportedKeyCodes(AINPUT_SOURCE_ANY, {AKEYCODE_HOME, AKEYCODE_A}, flags)); in TEST_F()
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/ |
H A D | KeyboardInputFuzzer.cpp | 98 mapper.markSupportedKeyCodes(fdp->ConsumeIntegral<uint32_t>(), keyCodes, in LLVMFuzzerTestOneInput()
|
H A D | MultiTouchInputFuzzer.cpp | 119 mapper.markSupportedKeyCodes(fdp->ConsumeIntegral<uint32_t>(), keyCodes, in LLVMFuzzerTestOneInput()
|
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/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 590 result |= mapper.markSupportedKeyCodes(sourceMask, keyCodes, outFlags); in markSupportedKeyCodes()
|
H A D | InputReader.cpp | 613 result = device->markSupportedKeyCodes(sourceMask, keyCodes, outFlags); in markSupportedKeyCodesLocked() 619 result |= device->markSupportedKeyCodes(sourceMask, keyCodes, outFlags); in markSupportedKeyCodesLocked()
|
H A D | EventHub.cpp | 1182 bool EventHub::markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::EventHub
|