summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSteven Moreland2018-10-10 14:03:51 -0500
committerGerrit Code Review2018-10-10 14:03:51 -0500
commitda1d79bf07be5936f125456f3075afcbf79d0489 (patch)
tree69839251c4251fcb65e6216666dd44953f75cfdd /tests
parentf59720c6b85f93d2ddc94244eb66e805ea820636 (diff)
parentbd5b4dc9b3084d0f28be548942d9045b53ba309a (diff)
downloadplatform-hardware-interfaces-da1d79bf07be5936f125456f3075afcbf79d0489.tar.gz
platform-hardware-interfaces-da1d79bf07be5936f125456f3075afcbf79d0489.tar.xz
platform-hardware-interfaces-da1d79bf07be5936f125456f3075afcbf79d0489.zip
Merge "tests IFoo: WithFmq is more complicated."
Diffstat (limited to 'tests')
-rw-r--r--tests/foo/1.0/IFoo.hal9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/foo/1.0/IFoo.hal b/tests/foo/1.0/IFoo.hal
index f54994f5..4c544275 100644
--- a/tests/foo/1.0/IFoo.hal
+++ b/tests/foo/1.0/IFoo.hal
@@ -122,7 +122,14 @@ interface IFoo {
122 }; 122 };
123 123
124 struct WithFmq { 124 struct WithFmq {
125 fmq_sync<uint8_t> descSync; 125 struct ScatterGather {
126 fmq_sync<uint8_t> descSync;
127 } scatterGathered;
128
129 struct ContainsPointer {
130 fmq_sync<uint8_t> descSync;
131 interface foo;
132 } containsPointer;
126 }; 133 };
127 134
128 enum Discriminator : uint8_t { 135 enum Discriminator : uint8_t {