Loading tests/foo/1.0/IFoo.hal +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ interface IFoo { doSomethingElse(int32_t[15] param) generates (int32_t[32] something); doStuffAndReturnAString() generates (string something); mapThisVector(vec<int32_t> param) generates (vec<int32_t> something); callMe(IFooCallback cb); oneway callMe(IFooCallback cb); useAnEnum(SomeEnum zzz) generates (SomeEnum sleepy); haveAGooberVec(vec<Goober> param); Loading tests/foo/1.0/IFooCallback.hal +6 −1 Original line number Diff line number Diff line package android.hardware.tests.foo@1.0; //import IFoo; interface IFooCallback { heyItsMe(IFooCallback cb); //heyItsMe(IFoo cb); heyItsYou(IFooCallback cb); heyItsYouIsntIt(IFooCallback cb) generates (uint8_t yesOrNo); oneway heyItsTheMeaningOfLife(uint8_t tmol); }; Loading
tests/foo/1.0/IFoo.hal +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ interface IFoo { doSomethingElse(int32_t[15] param) generates (int32_t[32] something); doStuffAndReturnAString() generates (string something); mapThisVector(vec<int32_t> param) generates (vec<int32_t> something); callMe(IFooCallback cb); oneway callMe(IFooCallback cb); useAnEnum(SomeEnum zzz) generates (SomeEnum sleepy); haveAGooberVec(vec<Goober> param); Loading
tests/foo/1.0/IFooCallback.hal +6 −1 Original line number Diff line number Diff line package android.hardware.tests.foo@1.0; //import IFoo; interface IFooCallback { heyItsMe(IFooCallback cb); //heyItsMe(IFoo cb); heyItsYou(IFooCallback cb); heyItsYouIsntIt(IFooCallback cb) generates (uint8_t yesOrNo); oneway heyItsTheMeaningOfLife(uint8_t tmol); };