Home | History | Annotate | Download | only in input

Lines Matching refs:mPtr

110     private final int mPtr;
252 mPtr = nativeInit(this, mContext, mHandler.getLooper().getQueue());
265 nativeStart(mPtr);
322 nativeReloadKeyboardLayouts(mPtr);
329 nativeReloadDeviceAliases(mPtr);
347 nativeSetDisplayViewport(mPtr, external,
366 return nativeGetKeyCodeState(mPtr, deviceId, sourceMask, keyCode);
379 return nativeGetScanCodeState(mPtr, deviceId, sourceMask, scanCode);
392 return nativeGetSwitchState(mPtr, deviceId, sourceMask, switchCode);
417 return nativeHasKeys(mPtr, deviceId, sourceMask, keyCodes, keyExists);
431 nativeRegisterInputChannel(mPtr, inputChannels[0], null, true);
448 nativeRegisterInputChannel(mPtr, inputChannel, inputWindowHandle, false);
460 nativeUnregisterInputChannel(mPtr, inputChannel);
502 nativeSetInputFilterEnabled(mPtr, filter != null);
522 result = nativeInjectInputEvent(mPtr, event, pid, uid, mode,
1043 nativeSetInputWindows(mPtr, windowHandles);
1047 nativeSetFocusedApplication(mPtr, application);
1051 nativeSetInputDispatchMode(mPtr, enabled, frozen);
1055 nativeSetSystemUiVisibility(mPtr, visibility);
1078 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel);
1103 nativeSetPointerSpeed(mPtr, speed);
1129 nativeSetShowTouches(mPtr, setting != 0);
1177 nativeVibrate(mPtr, deviceId, pattern, repeat, v.mTokenValue);
1206 nativeCancelVibrate(mPtr, v.mDeviceId, v.mTokenValue);
1223 String dumpStr = nativeDump(mPtr);
1250 nativeMonitor(mPtr);
1552 nativeInjectInputEvent(mPtr, event, 0, 0,