Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 338b81d0 authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Use the updated hybrid interface

Test: make cts -j123 && cts-tradefed run cts-dev -m \
CtsMediaTestCases --compatibility:module-arg \
CtsMediaTestCases:include-annotation:\
android.platform.test.annotations.RequiresDevice

Bug: 111902308

Change-Id: Id4d4c0a3b9fa0fae7c9960dfbc4af71eb7151782
parent fba1d8d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -651,7 +651,7 @@ public:
    }
};

IMPLEMENT_HYBRID_META_INTERFACE(GraphicBufferProducer, HGraphicBufferProducer,
IMPLEMENT_HYBRID_META_INTERFACE(GraphicBufferProducer,
        "android.gui.IGraphicBufferProducer");

// ----------------------------------------------------------------------
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ using ::android::IProducerListener;

struct H2BGraphicBufferProducer : public ::android::H2BConverter<
        HGraphicBufferProducer,
        BGraphicBufferProducer,
        BnGraphicBufferProducer> {
    explicit H2BGraphicBufferProducer(sp<HGraphicBufferProducer> const& base) : CBase(base) {}