HomeSort by relevance Sort by last modified time
    Searched defs:RECONFIGURE (Results 1 - 2 of 2) sorted by null

  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HALHeader.h 43 RECONFIGURE,
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 102 RECONFIGURE,
254 public void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnectionPool
316 // Reconfigure the database connections in place.
394 if (status == AcquiredConnectionStatus.RECONFIGURE) {
396 connection.reconfigure(mConfiguration); // might throw
398 Log.e(TAG, "Failed to reconfigure released connection, closing it: "
544 mAvailablePrimaryConnection.reconfigure(mConfiguration); // might throw
546 Log.e(TAG, "Failed to reconfigure available primary connection, closing it: "
557 connection.reconfigure(mConfiguration); // might throw
559 Log.e(TAG, "Failed to reconfigure available non-primary connection, closing it:
    [all...]

Completed in 74 milliseconds