mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
android.hardware.tests.foo@1.0::IFooCallback: use booleans
b/30853785 auto-generation for bools is broken Change-Id: Ia1c1e1f03360d5c7e4162b24a83082bc833a8a34 Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user