Home
last modified time | relevance | path

Searched defs:FooInterface (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/tests/rust/
Dtest_service_async.rs595 struct FooInterface; struct
597 impl Interface for FooInterface {} implementation
600 impl IFooInterface::IFooInterfaceAsyncServer for FooInterface { implementation
Dtest_service.rs548 struct FooInterface; struct
550 impl Interface for FooInterface {} implementation
552 impl IFooInterface::IFooInterface for FooInterface { implementation
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java95 private static class FooInterface extends IFooInterface.Stub { class in TestServiceServer