Home
last modified time | relevance | path

Searched refs:TestService (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/tests/rust/
Dtest_service_async.rs97 struct TestService { struct
101 impl Interface for TestService {} implementation
166 impl ITestService::ITestServiceAsyncServer for TestService { implementation
617 BnTestService::new_async_binder(TestService::default(), rt(), BinderFeatures::default()); in main()
Dtest_service.rs94 struct TestService { struct
98 impl Interface for TestService {} argument
140 impl ITestService::ITestService for TestService { implementation
629 let service = BnTestService::new_binder(TestService::default(), BinderFeatures::default()); in main()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h63 DECLARE_META_INTERFACE(TestService) in DECLARE_META_INTERFACE() argument
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp6 DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE(TestService, "android.aidl.tests.ITestService")