Searched refs:ITestService (Results 1 – 9 of 9) sorted by relevance
24 use testServiceInterface::aidl::ITestService::{self, BnTestService};30 impl ITestService::ITestService for TestService {
17 interface ITestService { interface
8 srcs: ["ITestService.aidl"],
17 import fuzztest.ITestService;19 public class TestService extends ITestService.Stub {
7 srcs: ["fuzztest/ITestService.aidl"],
17 interface ITestService { interface25 void setService(ITestService service); in setService()
10 "ITestService.aidl",
90 Status setService(const sp<ITestService>& service) override { in setService()
18 interface ITestService { interface