Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp577 jobjectArray inputDevicesObjArray = env->NewObjectArray( in notifyInputDevicesChanged() local
579 if (inputDevicesObjArray) { in notifyInputDevicesChanged()
588 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj); in notifyInputDevicesChanged()
594 inputDevicesObjArray); in notifyInputDevicesChanged()
597 env->DeleteLocalRef(inputDevicesObjArray); in notifyInputDevicesChanged()