Home
last modified time | relevance | path

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

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