Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 249) sorted by relevance

12345678910

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl31 void onListenerConnected(in NotificationRankingUpdate update); in onListenerConnected()
33 in NotificationRankingUpdate update); in onNotificationPosted()
36 in NotificationRankingUpdate update, in NotificationStats stats, int reason); in onNotificationRemoved()
37 void onNotificationRankingUpdate(in NotificationRankingUpdate update); in onNotificationRankingUpdate()
/frameworks/av/camera/ndk/impl/
DACameraMetadata.cpp180 ACameraMetadata::update(uint32_t tag, uint32_t count, const uint8_t* data) { in update() function in ACameraMetadata
185 ACameraMetadata::update(uint32_t tag, uint32_t count, const int32_t* data) { in update() function in ACameraMetadata
190 ACameraMetadata::update(uint32_t tag, uint32_t count, const float* data) { in update() function in ACameraMetadata
195 ACameraMetadata::update(uint32_t tag, uint32_t count, const double* data) { in update() function in ACameraMetadata
200 ACameraMetadata::update(uint32_t tag, uint32_t count, const int64_t* data) { in update() function in ACameraMetadata
205 ACameraMetadata::update(uint32_t tag, uint32_t count, const ACameraMetadata_rational* data) { in update() function in ACameraMetadata
/frameworks/base/core/java/android/appwidget/
DPendingHostUpdate.java39 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_VIEWS_UPDATE); in updateAppWidget() local
45 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_PROVIDER_CHANGED); in providerChanged() local
51 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_VIEW_DATA_CHANGED); in viewDataChanged() local
/frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/dao/
DBaseDao.kt36 fun update(t: T) method
/frameworks/base/libs/input/
DSpriteController.cpp136 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
155 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
184 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
234 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
304 const SpriteUpdate& update = updates.itemAt(i); in doUpdateSprites() local
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DParallaxTarget.java41 public void update(float fraction) { in update() method in ParallaxTarget
89 public void update(float fraction) { in update() method in ParallaxTarget.PropertyValuesHolderTarget
/frameworks/base/keystore/java/android/security/keystore/
DKeyStoreCryptoOperationChunkedStreamer.java59 OperationResult update(byte[] input); in update() method
91 public byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException { in update() method in KeyStoreCryptoOperationChunkedStreamer
332 public OperationResult update(byte[] input) { in update() method in KeyStoreCryptoOperationChunkedStreamer.MainDataStream
DKeyStoreCryptoOperationStreamer.java37 byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException; in update() method
/frameworks/av/camera/
DCameraMetadata.cpp189 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
202 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
215 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
228 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
241 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
254 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
267 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
281 status_t CameraMetadata::update(const camera_metadata_ro_entry &entry) { in update() function in android::CameraMetadata
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DObservableWithNotBindableFieldObject.java20 public void update(String data) { in update() method in ObservableWithNotBindableFieldObject
/frameworks/av/media/libaudiohal/2.0/
DEffectBufferHalHidl.cpp122 void EffectBufferHalHidl::update() { in update() function in android::EffectBufferHalHidl
130 void EffectBufferHalHidl::update(size_t size) { in update() function in android::EffectBufferHalHidl
/frameworks/av/media/libaudiohal/4.0/
DEffectBufferHalHidl.cpp123 void EffectBufferHalHidl::update() { in update() function in android::V4_0::EffectBufferHalHidl
131 void EffectBufferHalHidl::update(size_t size) { in update() function in android::V4_0::EffectBufferHalHidl
/frameworks/av/camera/include/camera/
DCameraMetadata.h147 status_t update(uint32_t tag, Vector<T> data) { in update() function
/frameworks/ex/common/java/com/android/common/content/
DSyncStateContentProviderHelper.java95 public int update(SQLiteDatabase db, ContentValues values, in update() method in SyncStateContentProviderHelper
100 public int update(SQLiteDatabase db, long rowId, Object data) { in update() method in SyncStateContentProviderHelper
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestProperties.cpp74 void Hwc2TestBufferArea::update() in update() function in Hwc2TestBufferArea
182 void Hwc2TestColor::update() in update() function in Hwc2TestColor
402 void Hwc2TestDisplayFrame::update() in update() function in Hwc2TestDisplayFrame
492 void Hwc2TestSourceCrop::update() in update() function in Hwc2TestSourceCrop
564 void Hwc2TestSurfaceDamage::update() in update() function in Hwc2TestSurfaceDamage
/frameworks/base/services/core/java/com/android/server/notification/
DRateEstimator.java37 public float update(long now) { in update() method in RateEstimator
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DKalmanFilter.java44 public void update(Matrix z) { in update() method in KalmanFilter
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/
DFunnyNamedDao.java40 void update(FunnyNamedEntity... entities); in update() method
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DFunnyNamedDaoTest.java53 public void update() { in update() method in FunnyNamedDaoTest
/frameworks/base/core/java/com/android/internal/backup/
DLocalTransportParameters.java50 public void update(KeyValueListParser parser) { in update() method in LocalTransportParameters
/frameworks/support/compat/src/main/java/androidx/core/app/
DActivityOptionsCompat.java266 public void update(ActivityOptionsCompat otherOptions) { in update() method in ActivityOptionsCompat.ActivityOptionsCompatImpl
344 public void update(@NonNull ActivityOptionsCompat otherOptions) { in update() method in ActivityOptionsCompat
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DEmergencyCryptkeeperText.java89 public void update() { in update() method in EmergencyCryptkeeperText
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DClassifierData.java37 public void update(MotionEvent event) { in update() method in ClassifierData
DProximityClassifier.java45 update(event.values[0] < event.sensor.getMaximumRange(), event.timestamp); in onSensorChanged() method
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dsyn_filt.cpp257 Word16 update /* (i) : 0=no update, 1=update of memory. */ in Syn_filt()

12345678910