Searched refs:SQLiteConnection (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/ |
D | android_database_SQLiteConnection.cpp | 71 struct SQLiteConnection { struct 89 SQLiteConnection(sqlite3* db, int openFlags, const String8& path, const String8& label) : in SQLiteConnection() function 95 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data); in sqliteTraceCallback() 102 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data); in sqliteProfileCallback() 109 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data); in sqliteProgressHandlerCallback() 117 if (openFlags & SQLiteConnection::CREATE_IF_NECESSARY) { in nativeOpen() 119 } else if (openFlags & SQLiteConnection::OPEN_READONLY) { in nativeOpen() 164 SQLiteConnection* connection = new SQLiteConnection(db, openFlags, path, label); in nativeOpen() 179 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr); in nativeClose() 250 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr); in nativeRegisterCustomFunction() [all …]
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteConnectionPool.java | 92 private final ArrayList<SQLiteConnection> mAvailableNonPrimaryConnections = 93 new ArrayList<SQLiteConnection>(); 94 private SQLiteConnection mAvailablePrimaryConnection; 113 private final WeakHashMap<SQLiteConnection, AcquiredConnectionStatus> mAcquiredConnections = 114 new WeakHashMap<SQLiteConnection, AcquiredConnectionStatus>(); 306 SQLiteConnection newPrimaryConnection = openConnectionLocked(configuration, in reconfigure() 346 public SQLiteConnection acquireConnection(String sql, int connectionFlags, in acquireConnection() 363 public void releaseConnection(SQLiteConnection connection) { in releaseConnection() 392 private boolean recycleConnectionLocked(SQLiteConnection connection, in recycleConnectionLocked() 421 public boolean shouldYieldConnection(SQLiteConnection connection, int connectionFlags) { in shouldYieldConnection() [all …]
|
D | SQLiteConnection.java | 89 public final class SQLiteConnection implements CancellationSignal.OnCancelListener { class 160 private SQLiteConnection(SQLiteConnectionPool pool, in SQLiteConnection() method in SQLiteConnection 187 static SQLiteConnection open(SQLiteConnectionPool pool, in open() 190 SQLiteConnection connection = new SQLiteConnection(pool, configuration, in open()
|
D | SQLiteSession.java | 166 private SQLiteConnection mConnection;
|
/frameworks/base/ |
D | preloaded-classes | 33 [Landroid.database.sqlite.SQLiteConnection$Operation; 760 android.database.sqlite.SQLiteConnection 761 android.database.sqlite.SQLiteConnection$Operation 762 android.database.sqlite.SQLiteConnection$OperationLog 763 android.database.sqlite.SQLiteConnection$PreparedStatement 764 android.database.sqlite.SQLiteConnection$PreparedStatementCache
|
D | compiled-classes-phone | 1112 android.database.sqlite.SQLiteConnection 1113 android.database.sqlite.SQLiteConnection$Operation 1114 android.database.sqlite.SQLiteConnection$OperationLog 1115 android.database.sqlite.SQLiteConnection$PreparedStatement 1116 android.database.sqlite.SQLiteConnection$PreparedStatementCache
|