summaryrefslogtreecommitdiff
path: root/hwc3/ComposerCommandEngine.cpp
diff options
context:
space:
mode:
authorAdy Abraham <adyabr@google.com>2021-12-15 18:20:17 -0800
committerAdy Abraham <adyabr@google.com>2021-12-15 21:20:16 -0800
commita11f1e494620e8b271918637f1c55c13db63e276 (patch)
tree87ef7a9efbe798a1acaeb63d0b92947fc9f4ad39 /hwc3/ComposerCommandEngine.cpp
parent1a9dd16ed938cfa97ed05d01dbe10664d0c3d56b (diff)
cleanup CommandWriterBase
Move the service specific code to the service repository Bug: 208856704 Test: VTS Change-Id: I30532cf715d8efe855f34a6b424c4e1a60e4ce93
Diffstat (limited to 'hwc3/ComposerCommandEngine.cpp')
-rw-r--r--hwc3/ComposerCommandEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwc3/ComposerCommandEngine.cpp b/hwc3/ComposerCommandEngine.cpp
index 82d63c0..cd4925a 100644
--- a/hwc3/ComposerCommandEngine.cpp
+++ b/hwc3/ComposerCommandEngine.cpp
@@ -47,7 +47,7 @@ namespace aidl::android::hardware::graphics::composer3::impl {
} while (0)
bool ComposerCommandEngine::init() {
- mWriter = std::make_unique<CommandWriterBase>();
+ mWriter = std::make_unique<ComposerServiceWriter>();
return (mWriter != nullptr);
}