Searched refs:FooInterface (Results 1 – 2 of 2) sorted by relevance
315 struct FooInterface; struct317 impl Interface for FooInterface {} implementation319 impl IFooInterface::IFooInterface for FooInterface { implementation345 let versioned_service = BnFooInterface::new_binder(FooInterface, BinderFeatures::default()); in main()
58 FooInterface foo = new FooInterface(); in main()64 private static class FooInterface extends IFooInterface.Stub { class in TestServiceServer