Loading graphics/composer/aidl/include/android/hardware/graphics/composer3/ComposerServiceWriter.h +7 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,13 @@ class ComposerServiceWriter { mCommandsResults.emplace_back(std::move(clientTargetPropertyWithBrightness)); } void setDisplayLuts(int64_t display, std::vector<DisplayLuts::LayerLut> layerLuts) { DisplayLuts displayLuts; displayLuts.display = display; displayLuts.layerLuts = std::move(layerLuts); mCommandsResults.emplace_back(std::move(displayLuts)); } std::vector<CommandResultPayload> getPendingCommandResults() { return std::move(mCommandsResults); } Loading Loading
graphics/composer/aidl/include/android/hardware/graphics/composer3/ComposerServiceWriter.h +7 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,13 @@ class ComposerServiceWriter { mCommandsResults.emplace_back(std::move(clientTargetPropertyWithBrightness)); } void setDisplayLuts(int64_t display, std::vector<DisplayLuts::LayerLut> layerLuts) { DisplayLuts displayLuts; displayLuts.display = display; displayLuts.layerLuts = std::move(layerLuts); mCommandsResults.emplace_back(std::move(displayLuts)); } std::vector<CommandResultPayload> getPendingCommandResults() { return std::move(mCommandsResults); } Loading