Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h82 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()
DEventHub.h218 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/
DInputMapper.h63 virtual bool markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
DInputMapper.cpp54 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::InputMapper
DKeyboardInputMapper.h39 virtual bool markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
DKeyboardInputMapper.cpp375 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::KeyboardInputMapper
377 return getDeviceContext().markSupportedKeyCodes(numCodes, keyCodes, outFlags); in markSupportedKeyCodes()
DTouchInputMapper.h148 virtual bool markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
DTouchInputMapper.cpp3895 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::TouchInputMapper
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp416 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()
DInputReader.cpp535 result = device->markSupportedKeyCodes(sourceMask, numCodes, keyCodes, outFlags); in markSupportedKeyCodesLocked()
541 result |= device->markSupportedKeyCodes(sourceMask, numCodes, keyCodes, outFlags); in markSupportedKeyCodesLocked()
DEventHub.cpp518 bool EventHub::markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp747 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()