• Home
  • Raw
  • Download

Lines Matching refs:getEventHub

973 EventHubInterface* InputReader::ContextImpl::getEventHub() {  in getEventHub()  function in android::InputReader::ContextImpl
999 return getEventHub()->isDeviceEnabled(mId); in isEnabled()
1008 getEventHub()->enableDevice(mId); in setEnabled()
1012 getEventHub()->disableDevice(mId); in setEnabled()
1072 mContext->getEventHub()->getConfiguration(mId, &mConfiguration); in configure()
1079 if (mContext->getEventHub()->setKeyboardLayoutOverlay(mId, keyboardLayout)) { in configure()
1409 mHaveRelWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_WHEEL); in configure()
1410 mHaveRelHWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_HWHEEL); in configure()
1767 status_t status = device->getEventHub()->getAbsoluteAxisValue(device->getId(), in reset()
1992 return getEventHub()->getAbsoluteAxisInfo(getDeviceId(), axis, axisInfo); in getAbsoluteAxisInfo()
2065 return getEventHub()->getSwitchState(getDeviceId(), switchCode); in getSwitchState()
2157 getEventHub()->vibrate(getDeviceId(), duration); in nextStep()
2162 getEventHub()->cancelVibrate(getDeviceId()); in nextStep()
2177 getEventHub()->cancelVibrate(getDeviceId()); in stopVibrating()
2218 info->setKeyCharacterMap(getEventHub()->getKeyCharacterMap(getDeviceId())); in populateDeviceInfo()
2364 if (getEventHub()->mapKey(getDeviceId(), scanCode, usageCode, mMetaState, in processKey()
2456 return getEventHub()->getKeyCodeState(getDeviceId(), keyCode); in getKeyCodeState()
2460 return getEventHub()->getScanCodeState(getDeviceId(), scanCode); in getScanCodeState()
2465 return getEventHub()->markSupportedKeyCodes(getDeviceId(), numCodes, keyCodes, outFlags); in markSupportedKeyCodes()
2499 ledState.avail = getEventHub()->hasLed(getDeviceId(), led); in initializeLedState()
2517 getEventHub()->setLedState(getDeviceId(), led, desiredState); in updateLedStateForModifier()
2919 return getEventHub()->getScanCodeState(getDeviceId(), scanCode); in getScanCodeState()
3305 mParameters.gestureMode = getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_SEMI_MT) in configureParameters()
3320 if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_DIRECT)) { in configureParameters()
3323 } else if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_POINTER)) { in configureParameters()
3326 } else if (getEventHub()->hasRelativeAxis(getDeviceId(), REL_X) in configureParameters()
3327 || getEventHub()->hasRelativeAxis(getDeviceId(), REL_Y)) { in configureParameters()
3337 getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_BUTTONPAD); in configureParameters()
3944 getEventHub()->getVirtualKeyDefinitions(getDeviceId(), virtualKeyDefinitions); in configureVirtualKeys()
3964 if (getEventHub()->mapKey(getDeviceId(), virtualKey.scanCode, 0, 0, in configureVirtualKeys()
6536 std::vector<TouchVideoFrame> frames = mDevice->getEventHub()->getVideoFrames(deviceId); in dispatchMotion()
7251 bool explicitlyMapped = !getEventHub()->mapAxis(getDeviceId(), abs, &axisInfo); in configure()