| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
| D | BubbleDataTest.java | 213 BubbleData.Update update = mUpdateCaptor.getValue(); in ifSuppress_hideFlyout() local 228 BubbleData.Update update = mUpdateCaptor.getValue(); in ifInterruptiveAndNotSuppressed_thenShowFlyout() local 247 BubbleData.Update update = mUpdateCaptor.getValue(); in sameUpdate_InShade_thenHideFlyout() local 269 BubbleData.Update update = mUpdateCaptor.getValue(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout() local 833 BubbleData.Update update = mUpdateCaptor.getValue(); in test_onMaxBubblesChanged_notExpanded() local 862 BubbleData.Update update = mUpdateCaptor.getValue(); in test_onMaxBubblesChanged_expanded() local 878 BubbleData.Update update = mUpdateCaptor.getValue(); in assertBubbleAdded() local 883 BubbleData.Update update = mUpdateCaptor.getValue(); in assertBubbleRemoved() local 889 BubbleData.Update update = mUpdateCaptor.getValue(); in assertOrderNotChanged() local 894 BubbleData.Update update = mUpdateCaptor.getValue(); in assertOrderChangedTo() local [all …]
|
| /frameworks/minikin/include/minikin/ |
| D | Hasher.h | 33 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
|
| /frameworks/base/core/java/android/service/notification/ |
| D | INotificationListener.aidl | 34 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()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
| D | DungeonRow.kt | 34 private fun update() { in update() method
|
| /frameworks/base/core/java/android/appwidget/ |
| D | PendingHostUpdate.java | 40 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
|
| /frameworks/base/libs/input/ |
| D | SpriteController.cpp | 125 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local 144 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local 182 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local 201 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local 287 const SpriteUpdate& update = updates.itemAt(i); in doUpdateSprites() local
|
| /frameworks/base/keystore/java/android/security/keystore2/ |
| D | KeyStoreCryptoOperationChunkedStreamer.java | 64 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
|
| D | KeyStoreCryptoOperationStreamer.java | 37 byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException; in update() method
|
| /frameworks/av/camera/ndk/impl/ |
| D | ACameraMetadata.cpp | 414 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
|
| /frameworks/av/camera/ |
| D | CameraMetadata.cpp | 203 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
|
| /frameworks/av/media/libmedia/include/media/ |
| D | PatchBuilder.h | 49 PatchBuilder& addSink(T&& t, const mix_usecase_t& update) { in addSink() 60 PatchBuilder& addSource(T&& t, const mix_usecase_t& update) { in addSource()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
| D | MediaDataCombineLatest.kt | 90 private fun update(key: String, oldKey: String?) { in addListener() method in com.android.systemui.media.MediaDataCombineLatest
|
| /frameworks/base/services/core/java/com/android/server/display/whitebalance/ |
| D | AmbientSensor.java | 150 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
|
| /frameworks/av/media/libaudiohal/impl/ |
| D | EffectBufferHalHidl.cpp | 124 void EffectBufferHalHidl::update() { in update() function in android::effect::CPP_VERSION::EffectBufferHalHidl 132 void EffectBufferHalHidl::update(size_t size) { in update() function in android::effect::CPP_VERSION::EffectBufferHalHidl
|
| /frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/ |
| D | ShadowSmsApplication.java | 39 protected static ComponentName getDefaultSmsApplication(Context context, boolean update) { in getDefaultSmsApplication()
|
| /frameworks/av/camera/include/camera/ |
| D | CameraMetadata.h | 163 status_t update(uint32_t tag, Vector<T> data) { in update() function
|
| /frameworks/ex/common/java/com/android/common/content/ |
| D | SyncStateContentProviderHelper.java | 95 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/base/services/core/java/com/android/server/notification/ |
| D | RateEstimator.java | 37 public float update(long now) { in update() method in RateEstimator
|
| /frameworks/av/media/codecs/amrnb/common/src/ |
| D | syn_filt.cpp | 257 Word16 update /* (i) : 0=no update, 1=update of memory. */ in Syn_filt()
|
| /frameworks/layoutlib/bridge/tests/src/com/android/ide/common/resources/deprecated/ |
| D | ResourceFile.java | 40 protected abstract void update(ScanningContext context); in update() method in ResourceFile
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
| D | TimestampedScoredNetwork.java | 40 public void update(ScoredNetwork score, long updatedTimestampMillis) { in update() method in TimestampedScoredNetwork
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| D | EmergencyCryptkeeperText.java | 96 public void update() { in update() method in EmergencyCryptkeeperText
|
| /frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
| D | ScanResultUpdater.java | 62 public void update(@NonNull List<ScanResult> newResults) { in update() method in ScanResultUpdater
|
| /frameworks/av/media/libstagefright/codecs/aacdec/ |
| D | DrcPresModeWrap.cpp | 151 CDrcPresModeWrapper::update() in update() function in CDrcPresModeWrapper
|
| /frameworks/av/media/codec2/components/aac/ |
| D | DrcPresModeWrap.cpp | 151 CDrcPresModeWrapper::update() in update() function in CDrcPresModeWrapper
|