HomeSort by relevance Sort by last modified time
    Searched refs:CParameterBlock (Results 1 - 3 of 3) sorted by null

  /external/parameter-framework/upstream/parameter/
ParameterBlock.h 36 class CParameterBlock : public CInstanceConfigurableElement
39 CParameterBlock(const std::string &strName, const CTypeElement *pTypeElement)
ParameterBlockType.cpp 52 return new CParameterBlock(getName(), this);
64 CParameterBlock *pChildParameterBlock =
65 new CParameterBlock(std::to_string(child), this);
ComponentInstance.cpp 117 return new CParameterBlock(getName(), this);

Completed in 192 milliseconds