Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp215 jobject functionObjGlobal = reinterpret_cast<jobject>(sqlite3_user_data(context)); in sqliteCustomScalarFunctionCallback() local
239 jobject functionObjGlobal = reinterpret_cast<jobject>(data); in sqliteCustomScalarFunctionDestructor() local
249 jobject functionObjGlobal = env->NewGlobalRef(functionObj); in nativeRegisterCustomScalarFunction() local
287 jobject functionObjGlobal = reinterpret_cast<jobject>(sqlite3_user_data(context)); in sqliteCustomAggregateFunctionStep() local
333 jobject functionObjGlobal = reinterpret_cast<jobject>(data); in sqliteCustomAggregateFunctionDestructor() local
343 jobject functionObjGlobal = env->NewGlobalRef(functionObj); in nativeRegisterCustomAggregateFunction() local