diff options
author | 2023-01-17 16:14:35 +0000 | |
---|---|---|
committer | 2023-01-17 16:14:35 +0000 | |
commit | ffee3bc5ba2b696721a86b615c1f0ef5ee2afa55 (patch) | |
tree | 069fc854c4f7c2d4391dbf95bedc96172ec0cdee /libs/gui/ISurfaceComposer.cpp | |
parent | c50b4988e93872bfe023a4e099548f84bdfd998d (diff) |
Revert "Migrate ITransactionCompletedListener to AIDL"
This reverts commit c50b4988e93872bfe023a4e099548f84bdfd998d.
Reason for revert: CTS failures, b/262211898
Change-Id: Iaff863f8af98c11dbf852cccad50e55148d87cee
Diffstat (limited to 'libs/gui/ISurfaceComposer.cpp')
-rw-r--r-- | libs/gui/ISurfaceComposer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gui/ISurfaceComposer.cpp b/libs/gui/ISurfaceComposer.cpp index a0e75ffe49..a77ca04943 100644 --- a/libs/gui/ISurfaceComposer.cpp +++ b/libs/gui/ISurfaceComposer.cpp @@ -42,7 +42,6 @@ using namespace aidl::android::hardware::graphics; namespace android { -using gui::CallbackId; using gui::DisplayCaptureArgs; using gui::IDisplayEventConnection; using gui::IRegionSamplingListener; |