Searched defs:markSupportedKeyCodes (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | InputMapper.cpp | 58 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::InputMapper
|
D | KeyboardInputMapper.cpp | 382 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::KeyboardInputMapper
|
D | TouchInputMapper.cpp | 4052 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::TouchInputMapper
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 327 inline bool markSupportedKeyCodes(size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes() function
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 473 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::InputDevice
|
D | EventHub.cpp | 957 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 | 917 bool markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes() function in android::FakeEventHub 1239 bool markSupportedKeyCodes(uint32_t, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes() function in android::FakeInputMapper
|