blob: 7b25df39fd83ba8a9cda20e6d3dc873f8893b0ce [file] [log] [blame]
Steven Moreland61651882016-08-11 12:52:43 -07001package android.hardware.tests.foo@1.0;
2
Iliyan Malcheve96606a2016-08-13 23:05:56 -07003//import IFoo;
4
Steven Moreland61651882016-08-11 12:52:43 -07005interface IFooCallback {
Iliyan Malcheve96606a2016-08-13 23:05:56 -07006 //heyItsMe(IFoo cb);
7 heyItsYou(IFooCallback cb);
Iliyan Malchev614bb722016-08-14 13:37:02 -07008 heyItsYouIsntIt(IFooCallback cb) generates (bool yesOrNo);
Iliyan Malcheve96606a2016-08-13 23:05:56 -07009 oneway heyItsTheMeaningOfLife(uint8_t tmol);
Steven Moreland61651882016-08-11 12:52:43 -070010};