/frameworks/minikin/include/minikin/ |
D | Hasher.h | 35 IGNORE_INTEGER_OVERFLOW inline Hasher& update(uint32_t data) { in update() function 42 inline Hasher& update(int32_t data) { in update() function 47 inline Hasher& update(uint64_t data) { in update() function 53 inline Hasher& update(float data) { in update() function 62 inline Hasher& update(const std::vector<FontFeature>& features) { in update() function 71 inline Hasher& update(const FontFeature& feature) { in update() function 77 inline Hasher& update(const VariationSettings& vars) { in update() function 124 inline Hasher& update(const FontVariation& var) { in update() function 131 inline Hasher& update(const SortedPackedVector<T, ARRAYSIZE>& vec) { in update() function 149 inline Hasher& update(uintptr_t data) { in update() function
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleDataTest.java | 292 BubbleData.Update update = mUpdateCaptor.getValue(); in testRemoveBubbleInLauncher_isNotSentBackToLauncher() local 387 BubbleData.Update update = mUpdateCaptor.getValue(); in ifSuppress_hideFlyout() local 402 BubbleData.Update update = mUpdateCaptor.getValue(); in ifInterruptiveAndNotSuppressed_thenShowFlyout() local 421 BubbleData.Update update = mUpdateCaptor.getValue(); in sameUpdate_InShade_thenHideFlyout() local 443 BubbleData.Update update = mUpdateCaptor.getValue(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout() local 551 BubbleData.Update update = mUpdateCaptor.getValue(); in test_shouldNotShowEducation() local 570 BubbleData.Update update = mUpdateCaptor.getValue(); in test_shouldShowEducation() local 586 BubbleData.Update update = mUpdateCaptor.getValue(); in test_shouldUpdateBubbleBarLocation() local 607 BubbleData.Update update = mUpdateCaptor.getValue(); in test_shouldShowEducation_shouldAutoExpand() local 1106 BubbleData.Update update = mUpdateCaptor.getValue(); in test_onMaxBubblesChanged_notExpanded() local [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bluetooth/qsdialog/ |
D | BluetoothDeviceMetadataInteractorTest.kt | 99 val update by collectLastValue(interactor.metadataUpdate) in deviceItemUpdateEmpty_doNothing() constant 115 val update by collectLastValue(interactor.metadataUpdate) in deviceItemUpdate_registerListener() constant 132 val update by collectLastValue(interactor.metadataUpdate) in deviceItemUpdate_sameDeviceItems_registerListenerOnce() constant 151 val update by collectLastValue(interactor.metadataUpdate) in deviceItemUpdate_differentDeviceItems_unregisterOldAndRegisterNew() constant 172 val update by collectLastValue(interactor.metadataUpdate) in metadataUpdate_triggerCallback_emit() constant 200 val update by collectLastValue(interactor.metadataUpdate) in metadataUpdate_triggerCallbackNonBatteryKey_doNothing() constant
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/ |
D | SecurityAlgorithmUpdateTest.java | 41 SecurityAlgorithmUpdate update = new SecurityAlgorithmUpdate( in testEqualsAndHash() local 54 SecurityAlgorithmUpdate update = new SecurityAlgorithmUpdate( in testNotEqualsAndHash() local 67 SecurityAlgorithmUpdate update = new SecurityAlgorithmUpdate( in testGetters() local 79 SecurityAlgorithmUpdate update = new SecurityAlgorithmUpdate( in testParcel() local
|
/frameworks/base/core/java/android/service/notification/ |
D | INotificationListener.aidl | 34 void onListenerConnected(in NotificationRankingUpdate update); in onListenerConnected() 36 in NotificationRankingUpdate update); in onNotificationPosted() 38 in NotificationRankingUpdate update); in onNotificationPostedFull() 42 in NotificationRankingUpdate update, in NotificationStats stats, int reason); in onNotificationRemoved() 44 in NotificationRankingUpdate update, in NotificationStats stats, int reason); in onNotificationRemovedFull() 45 void onNotificationRankingUpdate(in NotificationRankingUpdate update); in onNotificationRankingUpdate() 54 …ionHolder notificationHolder, in NotificationChannel channel, in NotificationRankingUpdate update); in onNotificationEnqueuedWithChannel() 55 …in StatusBarNotification sbn, in NotificationChannel channel, in NotificationRankingUpdate update); in onNotificationEnqueuedWithChannelFull() 68 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived()
|
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/modifiers/ |
D | SizeMatcher.kt | 126 override fun update(node: SizeMatcherSourceNode) { in create() method in com.android.compose.animation.scene.modifiers.SizeMatcherSourceNodeElement 141 fun update(matcher: SizeMatcher) { in update() method in com.android.compose.animation.scene.modifiers.SizeMatcherSourceNode 164 override fun update(node: SizeMatcherDestinationNode) { in create() method in com.android.compose.animation.scene.modifiers.SizeMatcherDestinationElement 179 fun update(matcher: SizeMatcher) { in update() method in com.android.compose.animation.scene.modifiers.SizeMatcherDestinationNode
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dialog/sliders/data/repository/ |
D | VolumeDialogSliderTouchEventsRepository.kt | 33 fun update(touch: SliderInputEvent.Touch) { 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 | 123 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local 143 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 297 const SpriteUpdate& update = updates.itemAt(i); in doUpdateSprites() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/ |
D | NullCipherNotifier.java | 94 Context context, int phoneId, int subId, SecurityAlgorithmUpdate update) { in onSecurityAlgorithmUpdate() 211 private static boolean shouldIgnoreUpdate(SecurityAlgorithmUpdate update) { in shouldIgnoreUpdate() 267 update(SecurityAlgorithmUpdate update) { in update() argument
|
/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/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/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/av/camera/ndk/impl/ |
D | ACameraMetadata.cpp | 428 ACameraMetadata::update(uint32_t tag, uint32_t count, const uint8_t* data) { in update() function in ACameraMetadata 433 ACameraMetadata::update(uint32_t tag, uint32_t count, const int32_t* data) { in update() function in ACameraMetadata 438 ACameraMetadata::update(uint32_t tag, uint32_t count, const float* data) { in update() function in ACameraMetadata 443 ACameraMetadata::update(uint32_t tag, uint32_t count, const double* data) { in update() function in ACameraMetadata 448 ACameraMetadata::update(uint32_t tag, uint32_t count, const int64_t* data) { in update() function in ACameraMetadata 453 ACameraMetadata::update(uint32_t tag, uint32_t count, const ACameraMetadata_rational* data) { in update() function in ACameraMetadata
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
D | Physics.kt | 35 fun update(sim: Simulator, dt: Float) in update() method 46 fun update(dt: Float) { in update() method 73 override fun update(sim: Simulator, dt: Float) { in update() method in com.android.egg.landroid.Body
|
/frameworks/av/camera/ |
D | CameraMetadata.cpp | 205 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata 218 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata 231 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata 244 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata 257 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata 270 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata 283 status_t CameraMetadata::update(uint32_t tag, in update() function in android::CameraMetadata 297 status_t CameraMetadata::update(const camera_metadata_ro_entry &entry) { in update() function in android::CameraMetadata
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | NaturalScrollingSettingObserver.kt | 60 private fun update() { in update() method in com.android.systemui.keyguard.domain.interactor.NaturalScrollingSettingObserver
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
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() 261 mInvoker->addWindowInfosListener(sp<Listener>::make([&](const gui::WindowInfosUpdate& update) { in TEST_F()
|
D | TransactionTracingTest.cpp | 51 frontend::Update update; in queueAndCommitTransaction() local 134 frontend::Update update; in SetUp() local 177 frontend::Update update; in SetUp() local 271 frontend::Update update; in SetUp() local
|
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/gesture/ |
D | NestedScrollController.kt | 127 override fun update(node: NestedScrollControllerNode) { in update() method in com.android.compose.gesture.NestedScrollControllerElement 147 fun update(controller: NestedScrollControlState, bounds: NestedScrollableBound) { in update() method
|
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/ |
D | DropTargetView.kt | 63 fun update(positionRect: RectF) { in update() method
|
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/ |
D | WeatherEffect.kt | 42 fun update(deltaMillis: Long, frameTimeNanos: Long) in resize() method
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
D | DragLayoutProvider.kt | 46 fun update(event: DragEvent?) method
|
/frameworks/av/media/libaudiohal/impl/ |
D | EffectBufferHalAidl.cpp | 95 void EffectBufferHalAidl::update() { in update() function in android::effect::EffectBufferHalAidl 110 void EffectBufferHalAidl::update(size_t n) { in update() function in android::effect::EffectBufferHalAidl
|
/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
|