/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleDataTest.java | 248 BubbleData.Update update = mUpdateCaptor.getValue(); in ifSuppress_hideFlyout() local 263 BubbleData.Update update = mUpdateCaptor.getValue(); in ifInterruptiveAndNotSuppressed_thenShowFlyout() local 282 BubbleData.Update update = mUpdateCaptor.getValue(); in sameUpdate_InShade_thenHideFlyout() local 304 BubbleData.Update update = mUpdateCaptor.getValue(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout() local 883 BubbleData.Update update = mUpdateCaptor.getValue(); in test_onMaxBubblesChanged_notExpanded() local 912 BubbleData.Update update = mUpdateCaptor.getValue(); in test_onMaxBubblesChanged_expanded() local 1092 BubbleData.Update update = mUpdateCaptor.getValue(); in test_removeBubblesForUser() local 1122 BubbleData.Update update = mUpdateCaptor.getValue(); in assertBubbleAdded() local 1127 BubbleData.Update update = mUpdateCaptor.getValue(); in assertBubbleRemoved() local 1133 BubbleData.Update update = mUpdateCaptor.getValue(); in assertOrderNotChanged() 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() 63 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived()
|
/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 | 127 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local 147 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local 184 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local 203 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local 288 const SpriteUpdate& update = updates.itemAt(i); in doUpdateSprites() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
D | NotificationDismissibilityProviderImpl.kt | 47 fun update(nonDismissableEntryKeys: Set<String>) { in update() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | Position.java | 68 public void update(@NonNull Position percentagePosition) { in update() method in Position 78 public void update(@FloatRange(from = 0.0, to = 1.0) float percentageX, in update() method in Position
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsCallInfo.java | 52 public void update(@NonNull ImsPhoneConnection c) { in update() method in ImsCallInfo 64 public boolean update(@NonNull ImsPhoneConnection c, in update() method in ImsCallInfo
|
/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
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraMetadata.cpp | 413 ACameraMetadata::update(uint32_t tag, uint32_t count, const uint8_t* data) { in update() function in ACameraMetadata 418 ACameraMetadata::update(uint32_t tag, uint32_t count, const int32_t* data) { in update() function in ACameraMetadata 423 ACameraMetadata::update(uint32_t tag, uint32_t count, const float* data) { in update() function in ACameraMetadata 428 ACameraMetadata::update(uint32_t tag, uint32_t count, const double* data) { in update() function in ACameraMetadata 433 ACameraMetadata::update(uint32_t tag, uint32_t count, const int64_t* data) { in update() function in ACameraMetadata 438 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/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | IBubblesListener.aidl | 28 void onBubbleStateChange(in Bundle update); in onBubbleStateChange()
|
/frameworks/base/services/core/java/com/android/server/health/ |
D | HealthInfoCallback.java | 30 void update(android.hardware.health.HealthInfo props); in update() method
|
/frameworks/native/libs/gui/android/gui/ |
D | IWindowInfosListener.aidl | 23 void onWindowInfosChanged(in WindowInfosUpdate update); in onWindowInfosChanged()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TransactionTracingTest.cpp | 51 frontend::Update update; in queueAndCommitTransaction() local 134 frontend::Update update; in SetUp() local 177 frontend::Update update; in SetUp() local 267 frontend::Update update; in SetUp() local
|
D | WindowInfosListenerInvokerTest.cpp | 33 binder::Status onWindowInfosChanged(const gui::WindowInfosUpdate& update) override { in onWindowInfosChanged() 50 mInvoker->addWindowInfosListener(sp<Listener>::make([&](const gui::WindowInfosUpdate& update) { in TEST_F() 82 update) { in TEST_F() 188 mInvoker->addWindowInfosListener(sp<Listener>::make([&](const gui::WindowInfosUpdate& update) { in TEST_F()
|
/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/av/media/libaudiohal/impl/ |
D | EffectBufferHalAidl.cpp | 106 void EffectBufferHalAidl::update() { in update() function in android::effect::EffectBufferHalAidl 121 void EffectBufferHalAidl::update(size_t n) { in update() function in android::effect::EffectBufferHalAidl
|
D | EffectBufferHalHidl.cpp | 122 void EffectBufferHalHidl::update() { in update() function in android::effect::EffectBufferHalHidl 130 void EffectBufferHalHidl::update(size_t size) { in update() function in android::effect::EffectBufferHalHidl
|
/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/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
D | MediaDataCombineLatest.kt | 86 private fun update(key: String, oldKey: String?) { in addListener() method in com.android.systemui.media.controls.pipeline.MediaDataCombineLatest
|
/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/native/services/surfaceflinger/ |
D | WindowInfosListenerInvoker.cpp | 85 gui::WindowInfosUpdate update, WindowInfosReportedListenerSet reportedListeners, in windowInfosChanged() 195 gui::WindowInfosUpdate update{std::move(*mDelayedUpdate)}; in ackWindowInfosReceived() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/ |
D | SystemUiCarrierConfig.kt | 101 fun update(config: PersistableBundle) { in update() method
|