Loading graphics/composer/2.1/utils/hwc2on1adapter/HWC2On1Adapter.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -1921,8 +1921,8 @@ HWC2On1Adapter::Layer::Layer(Display& display) mHwc1Id(0), mHasUnsupportedPlaneAlpha(false) {} bool HWC2On1Adapter::SortLayersByZ::operator()( const std::shared_ptr<Layer>& lhs, const std::shared_ptr<Layer>& rhs) { bool HWC2On1Adapter::SortLayersByZ::operator()(const std::shared_ptr<Layer>& lhs, const std::shared_ptr<Layer>& rhs) const { return lhs->getZ() < rhs->getZ(); } Loading graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/HWC2On1Adapter.h +2 −2 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ private: class SortLayersByZ { public: bool operator()(const std::shared_ptr<Layer>& lhs, const std::shared_ptr<Layer>& rhs); const std::shared_ptr<Layer>& rhs) const; }; // The semantics of the fences returned by the device differ between Loading Loading
graphics/composer/2.1/utils/hwc2on1adapter/HWC2On1Adapter.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -1921,8 +1921,8 @@ HWC2On1Adapter::Layer::Layer(Display& display) mHwc1Id(0), mHasUnsupportedPlaneAlpha(false) {} bool HWC2On1Adapter::SortLayersByZ::operator()( const std::shared_ptr<Layer>& lhs, const std::shared_ptr<Layer>& rhs) { bool HWC2On1Adapter::SortLayersByZ::operator()(const std::shared_ptr<Layer>& lhs, const std::shared_ptr<Layer>& rhs) const { return lhs->getZ() < rhs->getZ(); } Loading
graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/HWC2On1Adapter.h +2 −2 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ private: class SortLayersByZ { public: bool operator()(const std::shared_ptr<Layer>& lhs, const std::shared_ptr<Layer>& rhs); const std::shared_ptr<Layer>& rhs) const; }; // The semantics of the fences returned by the device differ between Loading