Steven Moreland | 6165188 | 2016-08-11 12:52:43 -0700 | [diff] [blame] | 1 | package android.hardware.tests.foo@1.0; |
| 2 | |
Iliyan Malchev | e96606a | 2016-08-13 23:05:56 -0700 | [diff] [blame] | 3 | //import IFoo; |
| 4 | |
Steven Moreland | 6165188 | 2016-08-11 12:52:43 -0700 | [diff] [blame] | 5 | interface IFooCallback { |
Iliyan Malchev | e96606a | 2016-08-13 23:05:56 -0700 | [diff] [blame] | 6 | //heyItsMe(IFoo cb); |
| 7 | heyItsYou(IFooCallback cb); |
Iliyan Malchev | 614bb72 | 2016-08-14 13:37:02 -0700 | [diff] [blame^] | 8 | heyItsYouIsntIt(IFooCallback cb) generates (bool yesOrNo); |
Iliyan Malchev | e96606a | 2016-08-13 23:05:56 -0700 | [diff] [blame] | 9 | oneway heyItsTheMeaningOfLife(uint8_t tmol); |
Steven Moreland | 6165188 | 2016-08-11 12:52:43 -0700 | [diff] [blame] | 10 | }; |