Home
last modified time | relevance | path

Searched refs:FooInterface (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/aidl/tests/rust/
H A Dtest_service.rs315 struct FooInterface; struct
317 impl Interface for FooInterface {} implementation
319 impl IFooInterface::IFooInterface for FooInterface { implementation
345 let versioned_service = BnFooInterface::new_binder(FooInterface, BinderFeatures::default()); in main()
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/
H A DTestServiceServer.java58 FooInterface foo = new FooInterface(); in main()
64 private static class FooInterface extends IFooInterface.Stub { class in TestServiceServer