Searched defs:markSupportedKeyCodes (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 1218 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::InputDevice 1962 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::InputMapper 2463 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::KeyboardInputMapper 6830 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::TouchInputMapper
|
D | EventHub.cpp | 482 bool EventHub::markSupportedKeyCodes(int32_t deviceId, size_t numCodes, in markSupportedKeyCodes() function in android::EventHub
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 679 virtual bool markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes() function in android::FakeEventHub 978 virtual bool markSupportedKeyCodes(uint32_t, size_t numCodes, in markSupportedKeyCodes() function in android::FakeInputMapper
|