Lines Matching refs:getDeviceContext
120 info->setKeyCharacterMap(getDeviceContext().getKeyCharacterMap()); in populateDeviceInfo()
135 if (getDeviceContext().getAssociatedViewport()) { in findViewport()
136 return getDeviceContext().getAssociatedViewport(); in findViewport()
175 const PropertyMap& config = getDeviceContext().getConfiguration(); in configureParameters()
277 if (getDeviceContext().mapKey(scanCode, usageCode, mMetaState, &keyCode, &keyMetaState, in processKey()
302 getDeviceContext().cancelTouch(when, readTime); in processKey()
344 if (down && getDeviceContext().isExternal() && !mParameters.doNotWakeByDefault && in processKey()
371 return getDeviceContext().getKeyCodeState(keyCode); in getKeyCodeState()
375 return getDeviceContext().getScanCodeState(scanCode); in getScanCodeState()
380 return getDeviceContext().markSupportedKeyCodes(numCodes, keyCodes, outFlags); in markSupportedKeyCodes()
417 ledState.avail = getDeviceContext().hasLed(led); in initializeLedState()
431 getDeviceContext().markSupportedKeyCodes(META_NUM, keyCodes.data(), flags.data()); in updateLedState()
452 getDeviceContext().setLedState(led, desiredState); in updateLedStateForModifier()