Searched refs:InheritingService (Results 1 – 1 of 1) sorted by relevance
884 class InheritingService : public IBase { class886 explicit InheritingService(pid_t id) : mId(id) {} in InheritingService() function in android::lshal::InheritingService932 sp<IBase> service = new InheritingService(inheritanceLevel); in TEST_F()