Home
last modified time | relevance | path

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

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