Home | History | Annotate | Download | only in input

Lines Matching refs:markSupportedKeyCodes

646                 result = device->markSupportedKeyCodes(sourceMask,
655 result |= device->markSupportedKeyCodes(sourceMask,
1040 bool InputDevice::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
1047 result |= mapper->markSupportedKeyCodes(sourceMask, numCodes, keyCodes, outFlags);
1766 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
2190 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
2192 return getEventHub()->markSupportedKeyCodes(getDeviceId(), numCodes, keyCodes, outFlags);
5907 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,