Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/tests/unit/
DSkiaPipelineTests.cpp56 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
78 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
102 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
147 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
171 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
293 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
325 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
362 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
392 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
402 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()
DColorizedFgsCoordinator.java46 public void attach(NotifPipeline pipeline) { in attach()
DHideNotifsForOtherUsersCoordinator.java52 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.java73 public void attach(NotifPipeline pipeline) { in attach()
DVisualStabilityCoordinator.java114 public void attach(NotifPipeline pipeline) { in attach()
DPreparationCoordinator.java150 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/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupExpansionManagerImpl.java79 public void attach(NotifPipeline pipeline) { in attach()
/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.kt52 @Mock private lateinit var pipeline: NotifPipeline variable in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinatorTest
DDataStoreCoordinatorTest.kt50 @Mock private lateinit var pipeline: NotifPipeline variable in com.android.systemui.statusbar.notification.collection.coordinator.DataStoreCoordinatorTest
DGutsCoordinatorTest.kt56 @Mock private lateinit var pipeline: NotifPipeline variable in com.android.systemui.statusbar.notification.collection.coordinator.GutsCoordinatorTest
DShadeEventCoordinatorTest.kt53 @Mock private lateinit var pipeline: NotifPipeline variable in com.android.systemui.statusbar.notification.collection.coordinator.ShadeEventCoordinatorTest
DRowAppearanceCoordinatorTest.kt54 @Mock private lateinit var pipeline: NotifPipeline variable in com.android.systemui.statusbar.notification.collection.coordinator.RowAppearanceCoordinatorTest
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h64 #define INNER_PIPELINE_TEST(test_case_name, test_name, pipeline, functionCall) \ argument
72 #define INNER_PIPELINE_RENDERTHREAD_TEST(test_case_name, test_name, pipeline) \ argument
/frameworks/base/libs/hwui/renderthread/
DDrawFrameTask.cpp98 IRenderPipeline* pipeline = mContext->getRenderPipeline(); in run() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java181 CommonNotifCollection provideCommonNotifCollection(NotifPipeline pipeline); in provideCommonNotifCollection()

12