Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp944 jobjectArray inputDevicesObjArray = env->NewObjectArray( in notifyInputDevicesChanged() local
946 if (inputDevicesObjArray) { in notifyInputDevicesChanged()
955 env->SetObjectArrayElement(inputDevicesObjArray, i, inputDeviceObj); in notifyInputDevicesChanged()
961 inputDevicesObjArray); in notifyInputDevicesChanged()
964 env->DeleteLocalRef(inputDevicesObjArray); in notifyInputDevicesChanged()