Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_service.cpp105 class NativeService : public BnTestService { class
107 NativeService() {} in NativeService() function in __anonbc6e0ff70111::NativeService
108 virtual ~NativeService() = default;
438 android::sp<NativeService> service = new NativeService; in Run()