Home
last modified time | relevance | path

Searched defs: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
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/
H A DTestServiceServer.java64 private static class FooInterface extends IFooInterface.Stub { class in TestServiceServer