Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp64 inputDeviceObj(env, in android_view_InputDevice_create() local
78 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis, in android_view_InputDevice_create()
85 return env->NewLocalRef(inputDeviceObj.get()); in android_view_InputDevice_create()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp697 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices[i]); in notifyInputDevicesChanged() local
698 if (!inputDeviceObj) { in notifyInputDevicesChanged()
703 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj); in notifyInputDevicesChanged()
704 env->DeleteLocalRef(inputDeviceObj); in notifyInputDevicesChanged()