Searched refs:inputDeviceObj (Results 1 – 2 of 2) sorted by relevance
58 ScopedLocalRef<jobject> inputDeviceObj(env, env->NewObject(gInputDeviceClassInfo.clazz, in android_view_InputDevice_create() local69 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis, in android_view_InputDevice_create()76 return env->NewLocalRef(inputDeviceObj.get()); in android_view_InputDevice_create()
488 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices.itemAt(i)); in notifyInputDevicesChanged() local489 if (!inputDeviceObj) { in notifyInputDevicesChanged()494 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj); in notifyInputDevicesChanged()495 env->DeleteLocalRef(inputDeviceObj); in notifyInputDevicesChanged()