Searched defs:update (Results 1 - 25 of 92) sorted by relevance

1234

/frameworks/av/include/camera/
H A DCameraMetadata.h126 status_t update(uint32_t tag,
128 status_t update(uint32_t tag,
130 status_t update(uint32_t tag,
132 status_t update(uint32_t tag,
134 status_t update(uint32_t tag,
136 status_t update(uint32_t tag,
138 status_t update(uint32_t tag,
142 status_t update(uint32_t tag, Vector<T> data) { function in class:android::CameraMetadata
143 return update(tag, data.array(), data.size());
219 * Base update entr
[all...]
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp46 update();
51 void Daltonizer::update() { function in class:android::Daltonizer
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DisabledProvider
H A DEnabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:EnabledProvider
/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
H A DTestProvider.java54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:TestProvider
H A DTestReceiver.java54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:TestReceiver
/frameworks/base/core/tests/coretests/apks/version/src/com/android/frameworks/coretests/version_test/
H A DNullProvider.java31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:NullProvider
/frameworks/base/core/tests/coretests/apks/version_nosys/src/com/android/frameworks/coretests/version_test/
H A DNullProvider.java31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:NullProvider
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxClassifier.java78 public boolean update(final HashMap<Integer, Float> sample, int target) { method in class:BordeauxClassifier
H A DBordeauxRanker.java81 public boolean update(final HashMap<String, Float> sample1, method in class:BordeauxRanker
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dwb_syn_filt.cpp55 int16 update, (i) : 0=no update, 1=update of memory.
132 int16 update, /* (i) : 0=no update, 1=update of memory. */
213 if (update)
125 wb_syn_filt( int16 a[], int16 m, int16 x[], int16 y[], int16 lg, int16 mem[], int16 update, int16 y_buf[] ) argument
/frameworks/base/core/java/android/database/sqlite/
H A DSqliteWrapper.java76 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper
79 return resolver.update(uri, values, where, selectionArgs);
81 Log.e(TAG, "Catch a SQLiteException when update: ", e);
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java121 public static void update(ContentProviderClient provider, Uri uri, byte[] data) method in class:SyncStateContract.Helpers
125 provider.update(uri, values, null, null);
/frameworks/base/core/java/android/view/
H A DGLES20TextureLayer.java90 void update(int width, int height, boolean isOpaque) { method in class:GLES20TextureLayer
91 super.update(width, height, isOpaque);
97 throw new UnsupportedOperationException("Use update(int, int, boolean) instead");
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java42 // - listen for the next threshold time to update the view.
100 update();
103 void update() { method in class:DateTimeView
167 // Schedule the next update
169 // Currently showing the time, update at the later of twelve hours after or midnight.
174 // If the time is in the past, don't schedule an update
184 Log.d(TAG, "update needed for '" + time + "' at '" + new Date(mUpdateTimeMillis)
236 // The update() function takes a few milliseconds to run because of
244 update();
252 update();
[all...]
/frameworks/base/core/java/com/android/internal/content/
H A DSelectionBuilder.java113 * Execute update using the current internal state as {@code WHERE} clause.
115 public int update(SQLiteDatabase db, String table, ContentValues values) { method in class:SelectionBuilder
116 return db.update(table, values, getSelection(), getSelectionArgs());
/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java97 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:SuggestionProvider
98 throw new UnsupportedOperationException("update not supported");
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardStatusView.java101 Patterns.update(mContext);
147 static void update(Context context) { method in class:KeyguardStatusView.Patterns
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DSingleUserProvider.java56 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SingleUserProvider
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
H A DFixVibrateSetting.java64 update();
84 update();
87 update();
90 update();
94 private void update() { method in class:FixVibrateSetting
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java77 * @return true when update request is correctly sent. False when the request fails,
100 * @see #update(Collection, Collection, String)
102 * @return true when update request is correctly sent. False when the request fails,
138 return update(contactIds, dataIds, DataUsageFeedback.USAGE_TYPE_LONG_TEXT);
150 * @see #update(Collection, Collection, String)
152 * @return true when update request is correctly sent. False when the request fails,
188 return update(contactIds, dataIds, DataUsageFeedback.USAGE_TYPE_SHORT_TEXT);
195 * @return true when one or more of update requests are correctly sent.
198 private boolean update(Collection<Long> contactIds, Collection<Long> dataIds, String type) { method in class:DataUsageStatUpdater
215 if (mResolver.update(ur
[all...]
/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DSqliteWrapper.java88 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper
91 return resolver.update(uri, values, where, selectionArgs);
93 Log.e(TAG, "Catch a SQLiteException when update: ", e);
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java145 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SampleProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java150 update (CdmaConnection conn, DriverCall dc) { method in class:CdmaCall
179 * but no response has yet been received so update() has not yet been called
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java152 update (GsmConnection conn, DriverCall dc) { method in class:GsmCall
181 * but no response has yet been received so update() has not yet been called

Completed in 676 milliseconds

1234