/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 82 bool markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, const int32_t* keyCodes, 247 inline bool markSupportedKeyCodes(size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes() function 249 return mEventHub->markSupportedKeyCodes(mId, numCodes, keyCodes, outFlags); in markSupportedKeyCodes()
|
D | EventHub.h | 218 virtual bool markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, 293 virtual bool markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes,
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | InputMapper.h | 63 virtual bool markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
|
D | InputMapper.cpp | 54 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::InputMapper
|
D | KeyboardInputMapper.h | 39 virtual bool markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
|
D | KeyboardInputMapper.cpp | 375 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::KeyboardInputMapper 377 return getDeviceContext().markSupportedKeyCodes(numCodes, keyCodes, outFlags); in markSupportedKeyCodes()
|
D | TouchInputMapper.h | 148 virtual bool markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
|
D | TouchInputMapper.cpp | 3895 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::TouchInputMapper
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 416 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::InputDevice 421 result |= mapper.markSupportedKeyCodes(sourceMask, numCodes, keyCodes, outFlags); in markSupportedKeyCodes()
|
D | InputReader.cpp | 535 result = device->markSupportedKeyCodes(sourceMask, numCodes, keyCodes, outFlags); in markSupportedKeyCodesLocked() 541 result |= device->markSupportedKeyCodes(sourceMask, numCodes, keyCodes, outFlags); in markSupportedKeyCodesLocked()
|
D | EventHub.cpp | 518 bool EventHub::markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes() function in android::EventHub
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 747 virtual bool markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes() function in android::FakeEventHub 1099 virtual bool markSupportedKeyCodes(uint32_t, size_t numCodes, in markSupportedKeyCodes() function in android::FakeInputMapper 2097 ASSERT_FALSE(mDevice->markSupportedKeyCodes(AINPUT_SOURCE_KEYBOARD, 2, keyCodes, flags)) in TEST_F() 2175 ASSERT_FALSE(mDevice->markSupportedKeyCodes(AINPUT_SOURCE_TRACKBALL, 4, keyCodes, flags)) in TEST_F() 2182 ASSERT_TRUE(mDevice->markSupportedKeyCodes(AINPUT_SOURCE_KEYBOARD, 4, keyCodes, flags)) in TEST_F() 2781 ASSERT_TRUE(mapper.markSupportedKeyCodes(AINPUT_SOURCE_ANY, 1, keyCodes, flags)); in TEST_F() 4162 ASSERT_TRUE(mapper.markSupportedKeyCodes(AINPUT_SOURCE_ANY, 2, keys, flags)); in TEST_F()
|