Lines Matching defs:gServiceClassInfo

96 } gServiceClassInfo;
451 gServiceClassInfo.getVirtualKeyQuietTimeMillis);
458 gServiceClassInfo.getExcludedDeviceNames));
472 gServiceClassInfo.getHoverTapTimeout);
475 gServiceClassInfo.getDoubleTapTimeout);
478 gServiceClassInfo.getLongPressTimeout);
494 gServiceClassInfo.getHoverTapSlop);
542 jint layer = env->CallIntMethod(mServiceObj, gServiceClassInfo.getPointerLayer);
570 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged,
590 gServiceClassInfo.getKeyboardLayoutOverlay, identifierObj.get())));
611 gServiceClassInfo.getDeviceAlias, uniqueIdObj.get())));
630 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch,
642 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyConfigurationChanged, when);
661 gServiceClassInfo.notifyANR, inputApplicationHandleObj, inputWindowHandleObj,
685 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken,
697 gServiceClassInfo.getKeyRepeatTimeout);
703 gServiceClassInfo.getKeyRepeatDelay);
892 gServiceClassInfo.getTouchCalibrationForInputDevice, descriptorObj.get(),
929 jboolean pass = env->CallBooleanMethod(mServiceObj, gServiceClassInfo.filterInputEvent,
955 gServiceClassInfo.interceptKeyBeforeQueueing,
991 gServiceClassInfo.interceptMotionBeforeQueueingNonInteractive,
1034 gServiceClassInfo.interceptKeyBeforeDispatching,
1067 gServiceClassInfo.dispatchUnhandledKey,
1101 gServiceClassInfo.checkInjectEventsPermission, injectorPid, injectorUid);
1112 mServiceObj, gServiceClassInfo.getPointerIcon));
1655 GET_METHOD_ID(gServiceClassInfo.notifyConfigurationChanged, clazz,
1658 GET_METHOD_ID(gServiceClassInfo.notifyInputDevicesChanged, clazz,
1661 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz,
1664 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz,
1667 GET_METHOD_ID(gServiceClassInfo.notifyANR, clazz,
1671 GET_METHOD_ID(gServiceClassInfo.filterInputEvent, clazz,
1674 GET_METHOD_ID(gServiceClassInfo.interceptKeyBeforeQueueing, clazz,
1677 GET_METHOD_ID(gServiceClassInfo.interceptMotionBeforeQueueingNonInteractive, clazz,
1680 GET_METHOD_ID(gServiceClassInfo.interceptKeyBeforeDispatching, clazz,
1684 GET_METHOD_ID(gServiceClassInfo.dispatchUnhandledKey, clazz,
1688 GET_METHOD_ID(gServiceClassInfo.checkInjectEventsPermission, clazz,
1691 GET_METHOD_ID(gServiceClassInfo.getVirtualKeyQuietTimeMillis, clazz,
1694 GET_METHOD_ID(gServiceClassInfo.getExcludedDeviceNames, clazz,
1697 GET_METHOD_ID(gServiceClassInfo.getKeyRepeatTimeout, clazz,
1700 GET_METHOD_ID(gServiceClassInfo.getKeyRepeatDelay, clazz,
1703 GET_METHOD_ID(gServiceClassInfo.getHoverTapTimeout, clazz,
1706 GET_METHOD_ID(gServiceClassInfo.getHoverTapSlop, clazz,
1709 GET_METHOD_ID(gServiceClassInfo.getDoubleTapTimeout, clazz,
1712 GET_METHOD_ID(gServiceClassInfo.getLongPressTimeout, clazz,
1715 GET_METHOD_ID(gServiceClassInfo.getPointerLayer, clazz,
1718 GET_METHOD_ID(gServiceClassInfo.getPointerIcon, clazz,
1721 GET_METHOD_ID(gServiceClassInfo.getKeyboardLayoutOverlay, clazz,
1725 GET_METHOD_ID(gServiceClassInfo.getDeviceAlias, clazz,
1728 GET_METHOD_ID(gServiceClassInfo.getTouchCalibrationForInputDevice, clazz,