HomeSort by relevance Sort by last modified time
    Searched refs:inputDeviceObj (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_view_InputDevice.cpp 58 ScopedLocalRef<jobject> inputDeviceObj(env, env->NewObject(gInputDeviceClassInfo.clazz,
69 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis,
76 return env->NewLocalRef(inputDeviceObj.get());
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 488 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices.itemAt(i));
489 if (!inputDeviceObj) {
494 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj);
495 env->DeleteLocalRef(inputDeviceObj);
    [all...]

Completed in 43 milliseconds