Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp760 jobjectArray inputDevicesObjArray = env->NewObjectArray( in notifyInputDevicesChanged() local
762 if (inputDevicesObjArray) { in notifyInputDevicesChanged()
771 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj); in notifyInputDevicesChanged()
777 inputDevicesObjArray); in notifyInputDevicesChanged()
780 env->DeleteLocalRef(inputDevicesObjArray); in notifyInputDevicesChanged()