HomeSort by relevance Sort by last modified time
    Searched refs:inputDeviceObj (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_view_InputDevice.cpp 63 ScopedLocalRef<jobject> inputDeviceObj(env, env->NewObject(gInputDeviceClassInfo.clazz,
74 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis,
81 return env->NewLocalRef(inputDeviceObj.get());
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 582 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices.itemAt(i));
583 if (!inputDeviceObj) {
588 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj);
589 env->DeleteLocalRef(inputDeviceObj);
    [all...]

Completed in 151 milliseconds