Searched refs:update (Results 26 - 50 of 159) sorted by relevance

1234567

/frameworks/native/include/gui/
H A DSurfaceComposerClient.h166 status_t update(const sp<IBinder>& display);
167 status_t update(const sp<IBinder>& display,
169 status_t update(const sp<IBinder>& display,
177 // release() or update() is called
/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/net/http/
H A DHttpResponseCache.java277 @Override public void update(CacheResponse conditionalCacheHit, HttpURLConnection connection) { method in class:HttpResponseCache
278 delegate.update(conditionalCacheHit, connection);
/frameworks/compile/libbcc/tools/build/
H A Dgen-build-info.py65 hasher.update(buf)
67 global_hasher.update(buf)
H A Dgen-sha1-stamp.py32 h.update(buf)
/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/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialogFragment.java245 update();
248 void update() { method in class:MediaRouteChooserDialogFragment.RouteAdapter
549 update();
562 update();
578 update();
587 mAdapter.update();
593 mAdapter.update();
598 mAdapter.update();
606 mAdapter.update();
617 mAdapter.update();
[all...]
/frameworks/base/core/java/android/view/
H A DHardwareLayer.java186 void update(int width, int height, boolean isOpaque) { method in class:HardwareLayer
/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)
244 // The update() function takes a few milliseconds to run because of
252 update();
260 update();
[all...]
/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/CoreTests/android/core/
H A DSha1Test.java49 digest.update(mTestData[i].input.getBytes());
/frameworks/native/services/sensorservice/
H A DFusion.h79 void update(const vec3_t& z, const vec3_t& Bi, float sigma);
/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/av/media/libstagefright/codecs/amrwbenc/src/
H A Dsyn_filt.c35 Word16 update /* (i) : 0=no update, 1=update of memory. */
76 if (update)
/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/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/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java69 public void update(WifiP2pDevice device) { method in class:WifiP2pDeviceList
169 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/base/services/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java102 Slog.i(TAG, "Found new update, installing...");
107 Slog.e(TAG, "Could not update content!", e);
170 Slog.i(TAG, "Couldn't find current metadata, assuming first update");
184 Slog.i(TAG, "Failed to read current content, assuming first update!");
220 signer.update(content.getBytes());
221 signer.update(Long.toString(version).getBytes());
222 signer.update(requiredPrevious.getBytes());
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java102 public int update(Uri url, ContentValues values, String selection, String[] selectionArgs) method in class:MockContentProvider.InversionIContentProvider
104 return MockContentProvider.this.update(url, values, selection, selectionArgs);
198 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:MockContentProvider
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardStatusViewManager.java163 * @param updateMonitor the update monitor to use
224 update(INSTRUCTION_TEXT, string);
229 update(CARRIER_TEXT, string);
234 update(OWNER_INFO, string);
245 update(CARRIER_HELP_TEXT, mCarrierHelpText);
262 update(HELP_MESSAGE_TEXT, mHelpMessageText);
265 private void update(int what, CharSequence string) { method in class:KeyguardStatusViewManager
296 // First update the clock, if present.
630 update(BATTERY_INFO, getAltTextMessage(tmpIcon));
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.cpp1586 res = request->update(ANDROID_REQUEST_METADATA_MODE,
1590 res = request->update(ANDROID_CONTROL_AE_TARGET_FPS_RANGE,
1596 res = request->update(ANDROID_CONTROL_AWB_LOCK,
1599 res = request->update(ANDROID_CONTROL_EFFECT_MODE,
1602 res = request->update(ANDROID_CONTROL_AE_ANTIBANDING_MODE,
1616 res = request->update(ANDROID_CONTROL_MODE,
1624 res = request->update(ANDROID_CONTROL_SCENE_MODE,
1648 res = request->update(ANDROID_FLASH_MODE,
1651 res = request->update(ANDROID_CONTROL_AE_MODE,
1657 res = request->update(ANDROID_CONTROL_AE_LOC
[all...]

Completed in 1089 milliseconds

1234567