Home
last modified time | relevance | path

Searched defs:ITestService (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl30 interface ITestService { interface
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs12 pub trait ITestService: binder::Interface + Send { trait
1301 fn on_transact(_aidl_service: &dyn ITestService, _aidl_code: binder::TransactionCode, _aidl_data: &… in on_transact()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp3175 ITestService::ITestService() {} in ITestService() function in aidl::android::aidl::tests::ITestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java5 public interface ITestService extends android.os.IInterface interface