/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | KeyboardInputFuzzer.cpp | 98 mapper.markSupportedKeyCodes(fdp->ConsumeIntegral<uint32_t>(), keyCodes, in LLVMFuzzerTestOneInput()
|
D | MultiTouchInputFuzzer.cpp | 119 mapper.markSupportedKeyCodes(fdp->ConsumeIntegral<uint32_t>(), keyCodes, in LLVMFuzzerTestOneInput()
|
D | MapperHelpers.h | 216 bool markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | KeyboardInputMapper.cpp | 383 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, in markSupportedKeyCodes() function in android::KeyboardInputMapper 386 return getDeviceContext().markSupportedKeyCodes(keyCodes, outFlags); in markSupportedKeyCodes() 443 bool hasKeyLayout = getDeviceContext().markSupportedKeyCodes(keyCodes, flags.data()); in updateLedState()
|
D | KeyboardInputMapper.h | 43 bool markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes,
|
D | InputMapper.cpp | 71 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::InputMapper
|
D | InputMapper.h | 89 virtual bool markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes,
|
D | TouchInputMapper.h | 181 bool markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes,
|
D | TouchInputMapper.cpp | 3948 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, in markSupportedKeyCodes() function in android::TouchInputMapper
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 104 bool markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes, 389 inline bool markSupportedKeyCodes(const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function 391 return mEventHub->markSupportedKeyCodes(mId, keyCodes, outFlags); in markSupportedKeyCodes()
|
D | EventHub.h | 353 virtual bool markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, 567 bool markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes,
|
/frameworks/native/services/inputflinger/tests/ |
D | InterfaceMocks.h | 141 MOCK_METHOD(bool, markSupportedKeyCodes,
|
D | FakeEventHub.h | 194 bool markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes,
|
D | FakeEventHub.cpp | 476 bool FakeEventHub::markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::FakeEventHub
|
D | InputReader_test.cpp | 341 bool markSupportedKeyCodes(uint32_t, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::FakeInputMapper 2687 ASSERT_FALSE(mDevice->markSupportedKeyCodes(AINPUT_SOURCE_KEYBOARD, keyCodes, flags)) in TEST_F() 2766 ASSERT_FALSE(mDevice->markSupportedKeyCodes(AINPUT_SOURCE_TRACKBALL, keyCodes, flags)) in TEST_F() 2773 ASSERT_TRUE(mDevice->markSupportedKeyCodes(AINPUT_SOURCE_KEYBOARD, keyCodes, flags)) in TEST_F() 3742 ASSERT_TRUE(mapper.markSupportedKeyCodes(AINPUT_SOURCE_ANY, {AKEYCODE_A, AKEYCODE_B}, flags)); in TEST_F() 4654 mapper.markSupportedKeyCodes(AINPUT_SOURCE_ANY, {AKEYCODE_HOME, AKEYCODE_A}, flags)); in TEST_F()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 573 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::InputDevice 578 result |= mapper.markSupportedKeyCodes(sourceMask, keyCodes, outFlags); in markSupportedKeyCodes()
|
D | InputReader.cpp | 622 result = device->markSupportedKeyCodes(sourceMask, keyCodes, outFlags); in markSupportedKeyCodesLocked() 628 result |= device->markSupportedKeyCodes(sourceMask, keyCodes, outFlags); in markSupportedKeyCodesLocked()
|
D | EventHub.cpp | 1167 bool EventHub::markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::EventHub
|