Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
Dtest.cpp884 class InheritingService : public IBase { class
886 explicit InheritingService(pid_t id) : mId(id) {} in InheritingService() function in android::lshal::InheritingService
932 sp<IBase> service = new InheritingService(inheritanceLevel); in TEST_F()