Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DComponent.h36 class CComponent : public CInstanceConfigurableElement
39CComponent(const std::string& strName, const CTypeElement* pTypeElement) : CInstanceConfigurableEl… in CComponent() function
DComponentInstance.cpp105 return new CComponent(getName(), this); in doInstantiate()
112 _pComponentType->populate(static_cast<CComponent*>(pElement)); in populate()