Lines Matching refs:getDeviceId
1783 return getEventHub()->getAbsoluteAxisInfo(getDeviceId(), axis, axisInfo); in getAbsoluteAxisInfo()
1847 return getEventHub()->getSwitchState(getDeviceId(), switchCode); in getSwitchState()
1885 getDeviceId(), patternStr.string(), repeat, token); in vibrate()
1900 ALOGD("cancelVibrate: deviceId=%d, token=%d", getDeviceId(), token); in cancelVibrate()
1934 getDeviceId(), duration); in nextStep()
1936 getEventHub()->vibrate(getDeviceId(), duration); in nextStep()
1939 ALOGD("nextStep: sending cancel vibrate deviceId=%d", getDeviceId()); in nextStep()
1941 getEventHub()->cancelVibrate(getDeviceId()); in nextStep()
1954 ALOGD("stopVibrating: sending cancel vibrate deviceId=%d", getDeviceId()); in stopVibrating()
1956 getEventHub()->cancelVibrate(getDeviceId()); in stopVibrating()
1984 info->setKeyCharacterMap(getEventHub()->getKeyCharacterMap(getDeviceId())); in populateDeviceInfo()
2061 if (getEventHub()->mapKey(getDeviceId(), scanCode, usageCode, &keyCode, &flags)) { in process()
2164 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags, in processKey()
2181 return getEventHub()->getKeyCodeState(getDeviceId(), keyCode); in getKeyCodeState()
2185 return getEventHub()->getScanCodeState(getDeviceId(), scanCode); in getScanCodeState()
2190 return getEventHub()->markSupportedKeyCodes(getDeviceId(), numCodes, keyCodes, outFlags); in markSupportedKeyCodes()
2206 ledState.avail = getEventHub()->hasLed(getDeviceId(), led); in initializeLedState()
2224 getEventHub()->setLedState(getDeviceId(), led, desiredState); in updateLedStateForModifier()
2304 mPointerController = getPolicy()->obtainPointerController(getDeviceId()); in configure()
2494 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, in sync()
2509 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in sync()
2518 NotifyMotionArgs hoverArgs(when, getDeviceId(), mSource, policyFlags, in sync()
2531 NotifyMotionArgs scrollArgs(when, getDeviceId(), mSource, policyFlags, in sync()
2541 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, in sync()
2550 return getEventHub()->getScanCodeState(getDeviceId(), scanCode); in getScanCodeState()
2753 mParameters.gestureMode = getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_SEMI_MT) in configureParameters()
2768 if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_DIRECT)) { in configureParameters()
2771 } else if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_POINTER)) { in configureParameters()
2774 } else if (getEventHub()->hasRelativeAxis(getDeviceId(), REL_X) in configureParameters()
2775 || getEventHub()->hasRelativeAxis(getDeviceId(), REL_Y)) { in configureParameters()
3001 mPointerController = getPolicy()->obtainPointerController(getDeviceId()); in configureSurface()
3010 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight, in configureSurface()
3281 getEventHub()->getVirtualKeyDefinitions(getDeviceId(), virtualKeyDefinitions); in configureVirtualKeys()
3306 if (getEventHub()->mapKey(getDeviceId(), virtualKey.scanCode, 0, &keyCode, &flags)) { in configureVirtualKeys()
3679 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, in sync()
3749 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, in sync()
3881 NotifyKeyArgs args(when, getDeviceId(), AINPUT_SOURCE_KEYBOARD, policyFlags, in dispatchVirtualKey()
4444 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerGestures()
5354 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
5367 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
5382 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
5392 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
5406 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
5416 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
5437 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags, in dispatchPointerSimple()
5499 NotifyMotionArgs args(when, getDeviceId(), source, policyFlags, in dispatchMotion()
6102 bool explicitlyMapped = !getEventHub()->mapAxis(getDeviceId(), abs, &axisInfo); in configure()
6311 NotifyMotionArgs args(when, getDeviceId(), AINPUT_SOURCE_JOYSTICK, policyFlags, in sync()