Home
last modified time | relevance | path

Searched refs:LazyTestService (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/tests/lazy_test/
Dserver.cpp14 using android::binder::LazyTestService;
17 sp<LazyTestService> service1 = new LazyTestService(); in main()
18 sp<LazyTestService> service2 = new LazyTestService(); in main()
DLazyTestService.h25 class LazyTestService : public BnLazyTestService {
27 LazyTestService() {} in LazyTestService() function
28 virtual ~LazyTestService() {} in ~LazyTestService()
DLazyTestService.cpp23 Status LazyTestService::forcePersist(bool persist) { in forcePersist()
DAndroid.bp23 "LazyTestService.cpp",
DREADME45 LazyTestService.h/.cpp