Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp81 inputDeviceObj(env, in android_view_InputDevice_create() local
100 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis, in android_view_InputDevice_create()
107 return env->NewLocalRef(inputDeviceObj.get()); in android_view_InputDevice_create()
H A DLayoutlibLoader.cpp343 jobject inputDeviceObj = android_view_InputDevice_create(env, info); in init_keyboard() local
344 if (inputDeviceObj) { in init_keyboard()
345 env->SetObjectArrayElement(inputDevicesArray, keyboardId - 1, inputDeviceObj); in init_keyboard()
346 env->DeleteLocalRef(inputDeviceObj); in init_keyboard()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp765 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices[i]); in notifyInputDevicesChanged() local
766 if (!inputDeviceObj) { in notifyInputDevicesChanged()
771 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj); in notifyInputDevicesChanged()
772 env->DeleteLocalRef(inputDeviceObj); in notifyInputDevicesChanged()