Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:markSupportedKeyCodes

657                 result = device->markSupportedKeyCodes(sourceMask,
666 result |= device->markSupportedKeyCodes(sourceMask,
1051 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
1058 result |= mapper->markSupportedKeyCodes(sourceMask, numCodes, keyCodes, outFlags);
1777 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
2216 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
2218 return getEventHub()->markSupportedKeyCodes(getDeviceId(), numCodes, keyCodes, outFlags);
5967 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,