HomeSort by relevance Sort by last modified time
    Searched full:custom_function_callback (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/
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);

Completed in 389 milliseconds