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

12345678

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DObservableWithNotBindableFieldObject.java20 public void update(String data) { method in class:ObservableWithNotBindableFieldObject
/frameworks/av/camera/include/camera/
H A DCameraMetadata.h129 status_t update(uint32_t tag,
131 status_t update(uint32_t tag,
133 status_t update(uint32_t tag,
135 status_t update(uint32_t tag,
137 status_t update(uint32_t tag,
139 status_t update(uint32_t tag,
141 status_t update(uint32_t tag,
143 status_t update(const camera_metadata_ro_entry &entry);
147 status_t update(uint32_t tag, Vector<T> data) { function in class:android::CameraMetadata
148 return update(ta
[all...]
/frameworks/av/include/camera/
H A DCameraMetadata.h129 status_t update(uint32_t tag,
131 status_t update(uint32_t tag,
133 status_t update(uint32_t tag,
135 status_t update(uint32_t tag,
137 status_t update(uint32_t tag,
139 status_t update(uint32_t tag,
141 status_t update(uint32_t tag,
143 status_t update(const camera_metadata_ro_entry &entry);
147 status_t update(uint32_t tag, Vector<T> data) { function in class:android::CameraMetadata
148 return update(ta
[all...]
/frameworks/base/keystore/java/android/security/keystore/
H A DKeyStoreCryptoOperationStreamer.java24 * {@code update} and {@code finish} operations.
27 * update and finish operations. Firstly, KeyStore's update operation can consume only a limited
28 * amount of data in one go because the operations are marshalled via Binder. Secondly, the update
30 * remainder for next time. The helper exposes {@link #update(byte[], int, int) update} and
37 byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException; method in interface:KeyStoreCryptoOperationStreamer
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DClassifierData.java37 public void update(MotionEvent event) { method in class:ClassifierData
H A DProximityClassifier.java45 update(event.values[0] < event.sensor.getMaximumRange(), event.timestamp);
60 update(mNear, event.getEventTimeNano());
76 private void update(boolean near, long timestampNano) { method in class:ProximityClassifier
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DEmergencyCryptkeeperText.java48 update();
53 update();
60 update();
77 update();
89 public void update() { method in class:EmergencyCryptkeeperText
/frameworks/base/services/core/java/com/android/server/notification/
H A DRateEstimator.java37 public float update(long now) { method in class:RateEstimator
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp39 update();
44 void Daltonizer::update() { function in class:android::Daltonizer
/frameworks/av/media/libaudiohal/
H A DEffectBufferHalLocal.cpp79 void EffectBufferHalLocal::update() { function in class:android::EffectBufferHalLocal
85 void EffectBufferHalLocal::update(size_t) { function in class:android::EffectBufferHalLocal
H A DEffectBufferHalHidl.cpp86 mMemory->update();
124 void EffectBufferHalHidl::update() { function in class:android::EffectBufferHalHidl
125 update(mBufferSize);
132 void EffectBufferHalHidl::update(size_t size) { function in class:android::EffectBufferHalHidl
134 mMemory->update();
/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/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFreeformWorkspaceLayoutAlgorithm.java56 public void update(List<Task> freeformTasks, TaskStackLayoutAlgorithm stackLayout) { method in class:FreeformWorkspaceLayoutAlgorithm
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DConfigurableTexts.java66 public void update() { method in class:ConfigurableTexts
/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/av/media/libaaudio/src/client/
H A DIsochronousClockModel.cpp121 update();
126 update();
129 void IsochronousClockModel::update() { function in class:IsochronousClockModel
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DDrcPresModeWrap.cpp152 CDrcPresModeWrapper::update() function in class:CDrcPresModeWrapper
318 // update the decoder
/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 DSearchIndexablesProvider.java187 public final int update( method in class:SearchIndexablesProvider

Completed in 459 milliseconds

12345678