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

Commit 9bc55e2b authored by Iliyan Malchev's avatar Iliyan Malchev Committed by Android (Google) Code Review
Browse files

Merge "android.hardware.tests.foo@1.0::IFooCallback: use booleans"

parents 11946ae8 614bb72e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@ package android.hardware.tests.foo@1.0;
interface IFooCallback {
    //heyItsMe(IFoo cb);
    heyItsYou(IFooCallback cb);
    heyItsYouIsntIt(IFooCallback cb) generates (uint8_t yesOrNo);
    heyItsYouIsntIt(IFooCallback cb) generates (bool yesOrNo);
    oneway heyItsTheMeaningOfLife(uint8_t tmol);
};