blob: 0e34266c041f2c30c5dca913a1b6d5faab88b795 [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);
8 heyItsYouIsntIt(IFooCallback cb) generates (uint8_t yesOrNo);
9 oneway heyItsTheMeaningOfLife(uint8_t tmol);
Steven Moreland61651882016-08-11 12:52:43 -070010};