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

Commit bd5b4dc9 authored by Steven Moreland's avatar Steven Moreland
Browse files

tests IFoo: WithFmq is more complicated.

When an interface is in the struct, scatter gather isn't used.

Bug: 117239572
Test: hidl_test
Change-Id: I749dd7cce85d220c1908ad583b1744c799a105cc
parent 7daf2659
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -122,7 +122,14 @@ interface IFoo {
    };

    struct WithFmq {
        struct ScatterGather {
            fmq_sync<uint8_t> descSync;
        } scatterGathered;

        struct ContainsPointer {
            fmq_sync<uint8_t> descSync;
            interface foo;
        } containsPointer;
    };

    enum Discriminator : uint8_t {