Searched refs:inputDeviceObj (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputDevice.cpp | 81 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 D | LayoutlibLoader.cpp | 343 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 D | com_android_server_input_InputManagerService.cpp | 765 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()
|