diff options
author | 2021-11-24 12:34:52 -0800 | |
---|---|---|
committer | 2022-12-08 23:25:08 -0800 | |
commit | c50b4988e93872bfe023a4e099548f84bdfd998d (patch) | |
tree | 24479a1b0eac0cfe62b2677f5e34eb0aaac0c9ea /libs/gui/ISurfaceComposer.cpp | |
parent | 06db476cf83ce0b7aca23e25f27d915b978a4269 (diff) |
Migrate ITransactionCompletedListener to AIDL
This migrates the c++ interface to aidl.
Bug: 225250470
Test: atest libsurfaceflinger_unittest libgui_test SurfaceFlinger_test
Change-Id: I997e302ac8c6a23bedefaa5b8272677f3dce54df
Diffstat (limited to 'libs/gui/ISurfaceComposer.cpp')
-rw-r--r-- | libs/gui/ISurfaceComposer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/ISurfaceComposer.cpp b/libs/gui/ISurfaceComposer.cpp index a77ca04943..a0e75ffe49 100644 --- a/libs/gui/ISurfaceComposer.cpp +++ b/libs/gui/ISurfaceComposer.cpp @@ -42,6 +42,7 @@ using namespace aidl::android::hardware::graphics; namespace android { +using gui::CallbackId; using gui::DisplayCaptureArgs; using gui::IDisplayEventConnection; using gui::IRegionSamplingListener; |