Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp201 jobject functionObjGlobal = reinterpret_cast<jobject>(sqlite3_user_data(context)); in sqliteCustomFunctionCallback() local
240 jobject functionObjGlobal = reinterpret_cast<jobject>(data); in sqliteCustomFunctionDestructor() local
254 jobject functionObjGlobal = env->NewGlobalRef(functionObj); in nativeRegisterCustomFunction() local