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.cpp590 jobjectArray inputDevicesObjArray = env->NewObjectArray( in notifyInputDevicesChanged() local
592 if (inputDevicesObjArray) { in notifyInputDevicesChanged()
601 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj); in notifyInputDevicesChanged()
607 inputDevicesObjArray); in notifyInputDevicesChanged()
610 env->DeleteLocalRef(inputDevicesObjArray); in notifyInputDevicesChanged()