Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_service.cpp106 class NativeService : public BnTestService { class
108 NativeService() {} in NativeService() function in __anonabab27810111::NativeService
109 virtual ~NativeService() = default;
489 android::sp<NativeService> service = new NativeService; in Run()