Lines Matching refs:getEventHub

835 EventHubInterface* InputReader::ContextImpl::getEventHub() {  in getEventHub()  function in android::InputReader::ContextImpl
919 mContext->getEventHub()->getConfiguration(mId, &mConfiguration); in configure()
926 if (mContext->getEventHub()->setKeyboardLayoutOverlay(mId, keyboardLayout)) { in configure()
1230 mHaveRelWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_WHEEL); in configure()
1231 mHaveRelHWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_HWHEEL); in configure()
1585 status_t status = device->getEventHub()->getAbsoluteAxisValue(device->getId(), in reset()
1797 return getEventHub()->getAbsoluteAxisInfo(getDeviceId(), axis, axisInfo); in getAbsoluteAxisInfo()
1863 return getEventHub()->getSwitchState(getDeviceId(), switchCode); in getSwitchState()
1956 getEventHub()->vibrate(getDeviceId(), duration); in nextStep()
1961 getEventHub()->cancelVibrate(getDeviceId()); in nextStep()
1976 getEventHub()->cancelVibrate(getDeviceId()); in stopVibrating()
2004 info->setKeyCharacterMap(getEventHub()->getKeyCharacterMap(getDeviceId())); in populateDeviceInfo()
2087 if (getEventHub()->mapKey(getDeviceId(), scanCode, usageCode, &keyCode, &flags)) { in process()
2209 return getEventHub()->getKeyCodeState(getDeviceId(), keyCode); in getKeyCodeState()
2213 return getEventHub()->getScanCodeState(getDeviceId(), scanCode); in getScanCodeState()
2218 return getEventHub()->markSupportedKeyCodes(getDeviceId(), numCodes, keyCodes, outFlags); in markSupportedKeyCodes()
2234 ledState.avail = getEventHub()->hasLed(getDeviceId(), led); in initializeLedState()
2252 getEventHub()->setLedState(getDeviceId(), led, desiredState); in updateLedStateForModifier()
2578 return getEventHub()->getScanCodeState(getDeviceId(), scanCode); in getScanCodeState()
2802 mParameters.gestureMode = getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_SEMI_MT) in configureParameters()
2817 if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_DIRECT)) { in configureParameters()
2820 } else if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_POINTER)) { in configureParameters()
2823 } else if (getEventHub()->hasRelativeAxis(getDeviceId(), REL_X) in configureParameters()
2824 || getEventHub()->hasRelativeAxis(getDeviceId(), REL_Y)) { in configureParameters()
2834 getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_BUTTONPAD); in configureParameters()
3361 getEventHub()->getVirtualKeyDefinitions(getDeviceId(), virtualKeyDefinitions); in configureVirtualKeys()
3386 if (getEventHub()->mapKey(getDeviceId(), virtualKey.scanCode, 0, &keyCode, &flags)) { in configureVirtualKeys()
6309 bool explicitlyMapped = !getEventHub()->mapAxis(getDeviceId(), abs, &axisInfo); in configure()