Searched refs:inputDeviceObj (Results 1 – 2 of 2) sorted by relevance
63 ScopedLocalRef<jobject> inputDeviceObj(env, env->NewObject(gInputDeviceClassInfo.clazz, in android_view_InputDevice_create() local74 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis, in android_view_InputDevice_create()81 return env->NewLocalRef(inputDeviceObj.get()); in android_view_InputDevice_create()
582 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices.itemAt(i)); in notifyInputDevicesChanged() local583 if (!inputDeviceObj) { in notifyInputDevicesChanged()588 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj); in notifyInputDevicesChanged()589 env->DeleteLocalRef(inputDeviceObj); in notifyInputDevicesChanged()