Searched refs:LazyTestService (Results 1 – 5 of 5) sorted by relevance
14 using android::binder::LazyTestService;17 sp<LazyTestService> service1 = new LazyTestService(); in main()18 sp<LazyTestService> service2 = new LazyTestService(); in main()
25 class LazyTestService : public BnLazyTestService {27 LazyTestService() {} in LazyTestService() function28 virtual ~LazyTestService() {} in ~LazyTestService()
23 Status LazyTestService::forcePersist(bool persist) { in forcePersist()
23 "LazyTestService.cpp",
45 LazyTestService.h/.cpp