Lines Matching refs:getDeviceId
1916 return getEventHub()->getAbsoluteAxisInfo(getDeviceId(), axis, axisInfo); in getAbsoluteAxisInfo()
1988 return getEventHub()->getSwitchState(getDeviceId(), switchCode); in getSwitchState()
2030 getDeviceId(), patternStr.string(), repeat, token); in vibrate()
2045 ALOGD("cancelVibrate: deviceId=%d, token=%d", getDeviceId(), token); in cancelVibrate()
2079 getDeviceId(), duration); in nextStep()
2081 getEventHub()->vibrate(getDeviceId(), duration); in nextStep()
2084 ALOGD("nextStep: sending cancel vibrate deviceId=%d", getDeviceId()); in nextStep()
2086 getEventHub()->cancelVibrate(getDeviceId()); in nextStep()
2099 ALOGD("stopVibrating: sending cancel vibrate deviceId=%d", getDeviceId()); in stopVibrating()
2101 getEventHub()->cancelVibrate(getDeviceId()); in stopVibrating()
2129 info->setKeyCharacterMap(getEventHub()->getKeyCharacterMap(getDeviceId())); in populateDeviceInfo()
2241 if (getEventHub()->mapKey(getDeviceId(), scanCode, usageCode, mMetaState, in processKey()
2320 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags, in processKey()
2337 return getEventHub()->getKeyCodeState(getDeviceId(), keyCode); in getKeyCodeState()
2341 return getEventHub()->getScanCodeState(getDeviceId(), scanCode); in getScanCodeState()
2346 return getEventHub()->markSupportedKeyCodes(getDeviceId(), numCodes, keyCodes, outFlags); in markSupportedKeyCodes()
2380 ledState.avail = getEventHub()->hasLed(getDeviceId(), led); in initializeLedState()
2398 getEventHub()->setLedState(getDeviceId(), led, desiredState); in updateLedStateForModifier()
2478 mPointerController = getPolicy()->obtainPointerController(getDeviceId()); in configure()
2671 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, in sync()
2692 NotifyMotionArgs releaseArgs(when, getDeviceId(), mSource, policyFlags, in sync()
2701 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in sync()
2713 NotifyMotionArgs pressArgs(when, getDeviceId(), mSource, policyFlags, in sync()
2727 NotifyMotionArgs hoverArgs(when, getDeviceId(), mSource, policyFlags, in sync()
2740 NotifyMotionArgs scrollArgs(when, getDeviceId(), mSource, policyFlags, in sync()
2750 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, in sync()
2759 return getEventHub()->getScanCodeState(getDeviceId(), scanCode); in getScanCodeState()
2858 NotifyMotionArgs scrollArgs(when, getDeviceId(), mSource, policyFlags, in sync()
3101 mParameters.gestureMode = getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_SEMI_MT) in configureParameters()
3116 if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_DIRECT)) { in configureParameters()
3119 } else if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_POINTER)) { in configureParameters()
3122 } else if (getEventHub()->hasRelativeAxis(getDeviceId(), REL_X) in configureParameters()
3123 || getEventHub()->hasRelativeAxis(getDeviceId(), REL_Y)) { in configureParameters()
3133 getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_BUTTONPAD); in configureParameters()
3374 mPointerController = getPolicy()->obtainPointerController(getDeviceId()); in configureSurface()
3383 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight, in configureSurface()
3669 getEventHub()->getVirtualKeyDefinitions(getDeviceId(), virtualKeyDefinitions); in configureVirtualKeys()
3695 if (getEventHub()->mapKey(getDeviceId(), virtualKey.scanCode, 0, 0, in configureVirtualKeys()
4182 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, in cookAndDispatch()
4254 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, in cookAndDispatch()
4470 NotifyKeyArgs args(when, getDeviceId(), AINPUT_SOURCE_KEYBOARD, policyFlags, in dispatchVirtualKey()
5149 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerGestures()
6092 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
6105 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
6120 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
6130 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
6144 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
6155 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
6177 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
6240 NotifyMotionArgs args(when, getDeviceId(), source, policyFlags, in dispatchMotion()
6945 bool explicitlyMapped = !getEventHub()->mapAxis(getDeviceId(), abs, &axisInfo); in configure()
7158 NotifyMotionArgs args(when, getDeviceId(), AINPUT_SOURCE_JOYSTICK, policyFlags, in sync()