Searched refs:update (Results 51 - 75 of 226) sorted by relevance

12345678910

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dsyn_filt.cpp55 - eliminated memcpy to update history buffer in every pass. This is
138 update = flag to indicate memory update; 0=no update, 1=update memory
143 if update was set to 1
179 Word16 update // (i) : 0=no update, 1=update of memory.
214 // Update of memory if update
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dsyn_filt_neon.s28 @ m --- 16 lg --- 80 update --- 1
94 @ update mem[]
/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);
H A DSearchIndexablesProvider.java185 public final int update( method in class:SearchIndexablesProvider
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java130 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:LocalProvider
139 count = db.update("data", values, "_id=" + rowId, null);
144 "Cannot update URL: " + url);
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageLogActivity.java67 long lastEventTime = mAdapter.update(events);
78 public long update(UsageEvents results) { method in class:UsageLogActivity.Adapter
H A DUsageStatsActivity.java89 mAdapter.update(stats);
95 public void update(Map<String, UsageStats> stats) { method in class:UsageStatsActivity.Adapter
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java81 * Add/update a device to the list. If the device is not found, a new device entry
86 public void update(WifiP2pDevice device) { method in class:WifiP2pDeviceList
207 deviceList.update((WifiP2pDevice)in.readParcelable(null));
/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/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java77 // Use an Observer to find out when the cache does update.
79 public void update(Observable o, Object arg) {
/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
/frameworks/multidex/library/src/android/support/multidex/
H A DZipUtil.java115 crc.update(buffer, 0, length);
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java40 // - listen for the next threshold time to update the view.
104 update();
107 void update() { method in class:DateTimeView
171 // Schedule the next update
173 // Currently showing the time, update at the later of twelve hours after or midnight.
178 // If the time is in the past, don't schedule an update
188 Log.d(TAG, "update needed for '" + time + "' at '" + new Date(mUpdateTimeMillis)
216 update();
227 // The update() function takes a few milliseconds to run because of
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java100 Slog.i(TAG, "Found new update, installing...");
106 Slog.e(TAG, "Could not update content!", e);
169 Slog.i(TAG, "Couldn't find current metadata, assuming first update");
188 Slog.i(TAG, "Failed to read current content, assuming first update!");
223 signer.update(content);
224 signer.update(Long.toString(version).getBytes());
225 signer.update(requiredPrevious.getBytes());
H A DSELinuxPolicyInstallReceiver.java131 File update = new File(updateDir.getParentFile(), "update");
134 Os.symlink(updateDir.getPath(), update.getPath());
135 Os.rename(update.getPath(), current.getPath());
153 Slog.e(TAG, "SELinux policy update malformed: ", e);
155 Slog.e(TAG, "Could not update selinux policy: ", e);
157 Slog.e(TAG, "Could not update selinux policy: ", e);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java108 public int update(String callingPackage, Uri url, ContentValues values, String selection, method in class:MockContentProvider.InversionIContentProvider
110 return MockContentProvider.this.update(url, values, selection, selectionArgs);
215 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:MockContentProvider
H A DMockIContentProvider.java91 public int update(String callingPackage, Uri url, ContentValues values, String selection, method in class:MockIContentProvider
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp1805 " when recording is active! Ignore the size update!",
1889 res = request->update(ANDROID_LED_TRANSMIT,
1902 res = request->update(ANDROID_REQUEST_METADATA_MODE,
1912 res = request->update(ANDROID_CONTROL_AE_TARGET_FPS_RANGE,
1915 res = request->update(ANDROID_CONTROL_AE_TARGET_FPS_RANGE,
1922 res = request->update(ANDROID_CONTROL_AWB_LOCK,
1925 res = request->update(ANDROID_CONTROL_EFFECT_MODE,
1928 res = request->update(ANDROID_CONTROL_AE_ANTIBANDING_MODE,
1942 res = request->update(ANDROID_CONTROL_MODE,
1950 res = request->update(ANDROID_CONTROL_SCENE_MOD
[all...]
H A DZslProcessor3.cpp280 request.update(postProcessingTags[i], entry.data.u8, 1);
344 res = request.update(ANDROID_REQUEST_TYPE,
347 ALOGE("%s: Unable to update request type",
354 res = request.update(ANDROID_REQUEST_INPUT_STREAMS,
357 ALOGE("%s: Unable to update request input streams",
364 res = request.update(ANDROID_CONTROL_CAPTURE_INTENT,
367 ALOGE("%s: Unable to update request capture intent",
372 // TODO: Shouldn't we also update the latest preview frame?
375 res = request.update(ANDROID_REQUEST_OUTPUT_STREAMS,
378 ALOGE("%s: Unable to update reques
[all...]
/frameworks/av/camera/
H A DCameraMetadata.cpp188 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
201 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
214 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
227 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
240 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
253 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
266 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
310 ALOGE("%s: Unable to update metadata entry %s.%s (%x): %s (%d)",
319 "%s: Failed to validate metadata structure after update %p",
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java164 // can cause extra work for drivers. Before running a test update
269 // If animations are enabled update the test state.
285 // queue the update of the TextureView with the allocation contents
297 // Wait for any stray operations to complete and update the final time
400 boolean update = false;
406 update = true;
411 if (update) {
421 // queue the update of the TextureView with the allocation contents
432 public void update() { method in class:ImageProcessingActivityJB.Processor
433 // something UI related has changed, enqueue an update i
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java89 private void update() { method in class:RecentsHorizontalScrollView
356 update();
360 update();
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py118 self.timer.add_callback(lambda: self.update())
177 def update(self): member in class:Plotter
286 plotter.update()
/frameworks/base/core/java/android/text/
H A DAlteredCharSequence.java50 /* package */ void update(char[] sub, int substart, int subend) { method in class:AlteredCharSequence
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DViewInvertHelper.java75 public void update(boolean invert) { method in class:ViewInvertHelper

Completed in 533 milliseconds

12345678910