Home
last modified time | relevance | path

Searched defs:pipeline (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/libs/hwui/tests/unit/
DSkiaPipelineTests.cpp55 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
77 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
101 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
146 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
170 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
292 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
324 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
361 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
391 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
401 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DCoordinator.java32 void attach(@NonNull NotifPipeline pipeline); in attach()
DHideLocallyDismissedNotifsCoordinator.java39 public void attach(NotifPipeline pipeline) { in attach()
DHideNotifsForOtherUsersCoordinator.java52 public void attach(NotifPipeline pipeline) { in attach()
DAppOpsCoordinator.java72 public void attach(NotifPipeline pipeline) { in attach()
DDeviceProvisionedCoordinator.java54 public void attach(NotifPipeline pipeline) { in attach()
DBubbleCoordinator.java78 public void attach(NotifPipeline pipeline) { in attach()
DMediaCoordinator.java139 public void attach(NotifPipeline pipeline) { in attach()
DRankingCoordinator.java78 public void attach(NotifPipeline pipeline) { in attach()
DVisualStabilityCoordinator.java114 public void attach(NotifPipeline pipeline) { in attach()
DPreparationCoordinator.java149 public void attach(NotifPipeline pipeline) { in attach()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifBindPipelineInitializer.java33 NotifBindPipeline pipeline, in NotifBindPipelineInitializer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupExpansionManagerImpl.java65 public void attach(NotifPipeline pipeline) { in attach()
/frameworks/base/core/proto/android/service/
Dgraphicsstats.proto64 optional PipelineType pipeline = 8; field
/frameworks/base/libs/hwui/protos/
Dgraphicsstats.proto60 optional PipelineType pipeline = 8; field
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLoggerTest.kt124 val pipeline: NotifPipeline = mock() in <lambda>() constant
133 val pipeline: NotifPipeline = mock() in <lambda>() constant
260 val pipeline: NotifPipeline = mock() in <lambda>() constant
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h53 #define INNER_PIPELINE_TEST(test_case_name, test_name, pipeline, functionCall) \ argument
61 #define INNER_PIPELINE_RENDERTHREAD_TEST(test_case_name, test_name, pipeline) \ argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DGroupCountCoordinatorTest.kt50 @Mock private lateinit var pipeline: NotifPipeline variable in com.android.systemui.statusbar.notification.collection.coordinator.GroupCountCoordinatorTest
DStackCoordinatorTest.kt51 @Mock private lateinit var pipeline: NotifPipeline variable in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinatorTest
DGutsCoordinatorTest.kt53 @Mock private lateinit var pipeline: NotifPipeline variable in com.android.systemui.statusbar.notification.collection.coordinator.GutsCoordinatorTest
DShadeEventCoordinatorTest.kt52 @Mock private lateinit var pipeline: NotifPipeline variable in com.android.systemui.statusbar.notification.collection.coordinator.ShadeEventCoordinatorTest
DDataStoreCoordinatorTest.kt50 @Mock private lateinit var pipeline: NotifPipeline variable in com.android.systemui.statusbar.notification.collection.coordinator.DataStoreCoordinatorTest
DRowAppearanceCoordinatorTest.kt54 @Mock private lateinit var pipeline: NotifPipeline variable in com.android.systemui.statusbar.notification.collection.coordinator.RowAppearanceCoordinatorTest
DViewConfigCoordinatorTest.kt55 private val pipeline: NotifPipeline = mock() constant in com.android.systemui.statusbar.notification.collection.coordinator.ViewConfigCoordinatorTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java164 CommonNotifCollection provideCommonNotifCollection(NotifPipeline pipeline); in provideCommonNotifCollection()

12