Searched defs:ITestService (Results 1 – 4 of 4) sorted by relevance
30 interface ITestService { interface
12 pub trait ITestService: binder::Interface + Send { trait1301 fn on_transact(_aidl_service: &dyn ITestService, _aidl_code: binder::TransactionCode, _aidl_data: &… in on_transact()
3175 ITestService::ITestService() {} in ITestService() function in aidl::android::aidl::tests::ITestService
5 public interface ITestService extends android.os.IInterface interface