Home | History | Annotate | Download | only in ui

Lines Matching refs:markSupportedKeyCodes

546     return markSupportedKeyCodes(deviceId, sourceMask, numCodes, keyCodes, outFlags);
549 bool InputReader::markSupportedKeyCodes(int32_t deviceId, uint32_t sourceMask, size_t numCodes,
559 result = device->markSupportedKeyCodes(sourceMask,
568 result |= device->markSupportedKeyCodes(sourceMask,
731 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
738 result |= mapper->markSupportedKeyCodes(sourceMask, numCodes, keyCodes, outFlags);
789 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
1000 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
1002 return getEventHub()->markSupportedKeyCodes(getDeviceId(), numCodes, keyCodes, outFlags);
3110 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,