Searched refs:inputDeviceObj (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_InputDevice.cpp | 79 inputDeviceObj(env, in android_view_InputDevice_create() local 100 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis, in android_view_InputDevice_create() 111 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.setShouldSmoothScroll, in android_view_InputDevice_create() 119 return env->NewLocalRef(inputDeviceObj.get()); in android_view_InputDevice_create()
|
/frameworks/base/core/jni/platform/host/ |
D | HostRuntime.cpp | 340 jobject inputDeviceObj = android_view_InputDevice_create(env, info); in init_keyboard() local 341 if (inputDeviceObj) { in init_keyboard() 342 env->SetObjectArrayElement(inputDevicesArray, keyboardId - 1, inputDeviceObj); in init_keyboard() 343 env->DeleteLocalRef(inputDeviceObj); in init_keyboard()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 840 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices[i]); in notifyInputDevicesChanged() local 841 if (!inputDeviceObj) { in notifyInputDevicesChanged() 846 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj); in notifyInputDevicesChanged() 847 env->DeleteLocalRef(inputDeviceObj); in notifyInputDevicesChanged()
|