Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp208 ScopedLocalRef<jobject> functionObj(env, env->NewLocalRef(functionObjGlobal)); in sqliteCustomScalarFunctionCallback()
231 jobject functionObjGlobal = reinterpret_cast<jobject>(data); in sqliteCustomScalarFunctionDestructor() local
234 env->DeleteGlobalRef(functionObjGlobal); in sqliteCustomScalarFunctionDestructor()
241 jobject functionObjGlobal = env->NewGlobalRef(functionObj); in nativeRegisterCustomScalarFunction() local
245 reinterpret_cast<void*>(functionObjGlobal), in nativeRegisterCustomScalarFunction()
253 env->DeleteGlobalRef(functionObjGlobal); in nativeRegisterCustomScalarFunction()
325 jobject functionObjGlobal = reinterpret_cast<jobject>(data); in sqliteCustomAggregateFunctionDestructor() local
328 env->DeleteGlobalRef(functionObjGlobal); in sqliteCustomAggregateFunctionDestructor()
335 jobject functionObjGlobal = env->NewGlobalRef(functionObj); in nativeRegisterCustomAggregateFunction() local
339 reinterpret_cast<void*>(functionObjGlobal), in nativeRegisterCustomAggregateFunction()
[all …]