Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DParameterBlockType.cpp36 CParameterBlockType::CParameterBlockType(const std::string& strName) : base(strName) in CParameterBlockType() function in CParameterBlockType
40 std::string CParameterBlockType::getKind() const in getKind()
45 bool CParameterBlockType::childrenAreDynamic() const in childrenAreDynamic()
50 CInstanceConfigurableElement* CParameterBlockType::doInstantiate() const in doInstantiate()
55 void CParameterBlockType::populate(CElement* pElement) const in populate()
DParameterBlockType.h36 class CParameterBlockType : public CTypeElement
39 CParameterBlockType(const std::string& strName);
DParameterMgr.cpp2463 …rary->addElementBuilder("ParameterBlock", new TNamedElementBuilderTemplate<CParameterBlockType>()); in feedElementLibraries()