Searched refs:inputDeviceObj (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp58 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/
H A Dcom_android_server_input_InputManagerService.cpp488 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices.itemAt(i)); local
489 if (!inputDeviceObj) {
494 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj);
495 env->DeleteLocalRef(inputDeviceObj);

Completed in 45 milliseconds