android_database_SQLiteDatabase.cpp | 399 static void custom_function_callback(sqlite3_context * context, int argc, sqlite3_value ** argv) { function in namespace:android 402 LOGE("custom_function_callback cannot call into Java on this thread"); 415 LOGE("NULL argument in custom_function_callback. This should not happen."); 444 (void *)ref, custom_function_callback, NULL, NULL);
|