Searched refs:inputDeviceObj (Results 1 – 2 of 2) sorted by relevance
64 inputDeviceObj(env, in android_view_InputDevice_create() local78 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis, in android_view_InputDevice_create()85 return env->NewLocalRef(inputDeviceObj.get()); in android_view_InputDevice_create()
697 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices[i]); in notifyInputDevicesChanged() local698 if (!inputDeviceObj) { in notifyInputDevicesChanged()703 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj); in notifyInputDevicesChanged()704 env->DeleteLocalRef(inputDeviceObj); in notifyInputDevicesChanged()