Home
last modified time | relevance | path

Searched refs:markSupportedKeyCodes (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp392 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 DInputMapper.cpp72 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::InputMapper
H A DKeyboardInputMapper.h45 bool markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes,
H A DInputMapper.h91 virtual bool markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes,
H A DTouchInputMapper.h181 bool markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes,
H A DTouchInputMapper.cpp3955 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, in markSupportedKeyCodes() function in android::TouchInputMapper
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h104 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 DEventHub.h348 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 DInterfaceMocks.h143 MOCK_METHOD(bool, markSupportedKeyCodes,
228 MOCK_METHOD(bool, markSupportedKeyCodes,
H A DFakeEventHub.h196 bool markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes,
H A DFakeEventHub.cpp469 bool FakeEventHub::markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::FakeEventHub
H A DInputReader_test.cpp339 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 DKeyboardInputFuzzer.cpp98 mapper.markSupportedKeyCodes(fdp->ConsumeIntegral<uint32_t>(), keyCodes, in LLVMFuzzerTestOneInput()
H A DMultiTouchInputFuzzer.cpp119 mapper.markSupportedKeyCodes(fdp->ConsumeIntegral<uint32_t>(), keyCodes, in LLVMFuzzerTestOneInput()
H A DMapperHelpers.h229 bool markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp585 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 DInputReader.cpp613 result = device->markSupportedKeyCodes(sourceMask, keyCodes, outFlags); in markSupportedKeyCodesLocked()
619 result |= device->markSupportedKeyCodes(sourceMask, keyCodes, outFlags); in markSupportedKeyCodesLocked()
H A DEventHub.cpp1182 bool EventHub::markSupportedKeyCodes(int32_t deviceId, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes() function in android::EventHub