Home
last modified time | relevance | path

Searched defs:markSupportedKeyCodes (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.cpp54 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::InputMapper
DKeyboardInputMapper.cpp375 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::KeyboardInputMapper
DTouchInputMapper.cpp3896 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::TouchInputMapper
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h247 inline bool markSupportedKeyCodes(size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes() function
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp420 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes() function in android::InputDevice
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