Home
last modified time | relevance | path

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

12345678910>>...28

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DUpdateHelper.java24 public int update(int original, int update) { in update()
32 public long update(long original, long update) { in update()
40 public double update(double original, double update) { in update()
48 public <T> T update(T original, T update) { in update()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java214 BubbleData.Update update = mUpdateCaptor.getValue(); in ifSuppress_hideFlyout() local
229 BubbleData.Update update = mUpdateCaptor.getValue(); in ifInterruptiveAndNotSuppressed_thenShowFlyout() local
248 BubbleData.Update update = mUpdateCaptor.getValue(); in sameUpdate_InShade_thenHideFlyout() local
270 BubbleData.Update update = mUpdateCaptor.getValue(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout() local
849 BubbleData.Update update = mUpdateCaptor.getValue(); in test_onMaxBubblesChanged_notExpanded() local
878 BubbleData.Update update = mUpdateCaptor.getValue(); in test_onMaxBubblesChanged_expanded() local
948 BubbleData.Update update = mUpdateCaptor.getValue(); in assertBubbleAdded() local
953 BubbleData.Update update = mUpdateCaptor.getValue(); in assertBubbleRemoved() local
959 BubbleData.Update update = mUpdateCaptor.getValue(); in assertOrderNotChanged() local
964 BubbleData.Update update = mUpdateCaptor.getValue(); in assertOrderChangedTo() local
[all …]
/aosp12/frameworks/minikin/include/minikin/
H A DHasher.h33 IGNORE_INTEGER_OVERFLOW inline Hasher& update(uint32_t data) { in update() function
40 inline Hasher& update(int32_t data) { in update() function
45 inline Hasher& update(uint64_t data) { in update() function
51 inline Hasher& update(float data) { in update() function
/aosp12/frameworks/base/core/java/android/service/notification/
H A DINotificationListener.aidl34 void onListenerConnected(in NotificationRankingUpdate update); in onListenerConnected()
36 in NotificationRankingUpdate update); in onNotificationPosted()
40 in NotificationRankingUpdate update, in NotificationStats stats, int reason); in onNotificationRemoved()
41 void onNotificationRankingUpdate(in NotificationRankingUpdate update); in onNotificationRankingUpdate()
50 …ionHolder notificationHolder, in NotificationChannel channel, in NotificationRankingUpdate update); in onNotificationEnqueuedWithChannel()
62 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DIMenuView.java47 boolean update(boolean menuActive); in update() method
54 boolean update(String rowId, boolean menuActive); in update() method
/aosp12/system/core/fs_mgr/libfs_avb/
H A Dsha.h34 void update(const uint8_t* data, size_t data_size) { in update() function
54 void update(const uint8_t* data, size_t data_size) { in update() function
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DCameraMetadata.cpp189 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
202 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
215 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
228 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
241 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
254 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
267 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
281 status_t CameraMetadata::update(const camera_metadata_ro_entry &entry) { in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
/aosp12/frameworks/base/core/java/android/appwidget/
H A DPendingHostUpdate.java40 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_VIEWS_UPDATE); in updateAppWidget() local
46 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_PROVIDER_CHANGED); in providerChanged() local
52 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_VIEW_DATA_CHANGED); in viewDataChanged() local
/aosp12/frameworks/base/libs/input/
H A DSpriteController.cpp125 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
144 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
181 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
200 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
286 const SpriteUpdate& update = updates.itemAt(i); in doUpdateSprites() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMessage.java63 abstract void update(Update Event); in update() method in Message
65 protected void update(@Nullable CharSequence messageTitle, CharSequence messageString, in update() method in Message
133 void update(Update event) { in update() method in Message.HeaderMessage
194 void update(Update event) { in update() method in Message.InflateMessage
/aosp12/art/test/956-methodhandles/src/
H A DMain.java1212 public String update(Float f0, Float... floats) { in update() method in Main.BaseVariableArityTester
1240 public String update(boolean... booleans) { return lastResult = tally(booleans); } in update() method in Main.VariableArityTester
1241 public String update(byte... bytes) { return lastResult = tally(bytes); } in update() method in Main.VariableArityTester
1242 public String update(char... chars) { return lastResult = tally(chars); } in update() method in Main.VariableArityTester
1243 public String update(short... shorts) { return lastResult = tally(shorts); } in update() method in Main.VariableArityTester
1244 public String update(int... ints) { in update() method in Main.VariableArityTester
1248 public String update(long... longs) { return lastResult = tally(longs); } in update() method in Main.VariableArityTester
1249 public String update(float... floats) { return lastResult = tally(floats); } in update() method in Main.VariableArityTester
1250 public String update(double... doubles) { return lastResult = tally(doubles); } in update() method in Main.VariableArityTester
1256 public final String update(ArrayList<Integer> l0, ArrayList<Integer>... lists) { in update() method in Main.VariableArityTester
[all …]
/aosp12/frameworks/av/camera/ndk/impl/
H A DACameraMetadata.cpp414 ACameraMetadata::update(uint32_t tag, uint32_t count, const uint8_t* data) { in update() function in ACameraMetadata
419 ACameraMetadata::update(uint32_t tag, uint32_t count, const int32_t* data) { in update() function in ACameraMetadata
424 ACameraMetadata::update(uint32_t tag, uint32_t count, const float* data) { in update() function in ACameraMetadata
429 ACameraMetadata::update(uint32_t tag, uint32_t count, const double* data) { in update() function in ACameraMetadata
434 ACameraMetadata::update(uint32_t tag, uint32_t count, const int64_t* data) { in update() function in ACameraMetadata
439 ACameraMetadata::update(uint32_t tag, uint32_t count, const ACameraMetadata_rational* data) { in update() function in ACameraMetadata
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStoreCryptoOperationChunkedStreamer.java64 byte[] update(@NonNull byte[] input) throws KeyStoreException; in update() method
123 public byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException { in update() method in KeyStoreCryptoOperationChunkedStreamer
221 public byte[] update(byte[] input) throws KeyStoreException { in update() method in KeyStoreCryptoOperationChunkedStreamer.MainDataStream
/aosp12/frameworks/av/camera/
H A DCameraMetadata.cpp203 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
216 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
229 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
242 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
255 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
268 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
281 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata
295 status_t CameraMetadata::update(const camera_metadata_ro_entry &entry) { in update() function in android::CameraMetadata
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DConferenceManagerPresenter.java108 private void update(CallList callList) { in update() method in ConferenceManagerPresenter
135 void update(List<DialerCall> participants, boolean parentCanSeparate); in update() method
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DPackageUserKey.java51 public void update(String packageName, UserHandle user) { in update() method in PackageUserKey
55 private void update(String packageName, int widgetCategory, UserHandle user) { in update() method in PackageUserKey
/aosp12/packages/apps/Camera2/src/com/android/camera/async/
H A DUpdatable.java48 public void update(@Nonnull T t); in update() method
H A DBufferQueueController.java33 public void update(@Nonnull T element); in update() method
H A DUpdatableCountDownLatch.java32 public void update(@Nonnull T v) { in update() method in UpdatableCountDownLatch
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForStructuredPostal.java62 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update() method in DataRowHandlerForStructuredPostal
81 private void fixStructuredPostalComponents(ContentValues augmented, ContentValues update) { in fixStructuredPostalComponents()
/aosp12/frameworks/av/media/libmedia/include/media/
H A DPatchBuilder.h49 PatchBuilder& addSink(T&& t, const mix_usecase_t& update) { in addSink()
60 PatchBuilder& addSource(T&& t, const mix_usecase_t& update) { in addSource()
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/config/
H A DCallLogConfigImpl.java85 public ListenableFuture<Void> update() { in update() method in CallLogConfigImpl
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAnimationTime.java32 public static void update() { in update() method in AnimationTime
/aosp12/frameworks/base/services/core/java/com/android/server/display/whitebalance/
H A DAmbientSensor.java150 protected abstract void update(float value); in update() method in AmbientSensor
289 protected void update(float value) { in update() method in AmbientSensor.AmbientBrightnessSensor
374 protected void update(float value) { in update() method in AmbientSensor.AmbientColorTemperatureSensor
/aosp12/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp2622 int update; local
2644 int update; local
2674 int update; local
2698 int update; local
2723 int update; local
2770 int update; local
2803 int update; local
2828 int update; local
2852 int update; local
2876 int update; local
[all …]

12345678910>>...28