Searched refs:pTypeElement (Results 1 - 16 of 16) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DComponent.h39 CComponent(const std::string &strName, const CTypeElement *pTypeElement) argument
40 : CInstanceConfigurableElement(strName, pTypeElement)
H A DParameterBlock.h39 CParameterBlock(const std::string &strName, const CTypeElement *pTypeElement) argument
40 : CInstanceConfigurableElement(strName, pTypeElement)
H A DBitParameterBlock.cpp39 CBitParameterBlock::CBitParameterBlock(const string &strName, const CTypeElement *pTypeElement) argument
40 : base(strName, pTypeElement)
H A DStringParameter.cpp40 CStringParameter::CStringParameter(const string &strName, const CTypeElement *pTypeElement) argument
41 : base(strName, pTypeElement)
H A DBitParameterBlock.h37 CBitParameterBlock(const std::string &strName, const CTypeElement *pTypeElement);
H A DStringParameter.h39 CStringParameter(const std::string &strName, const CTypeElement *pTypeElement);
H A DBaseParameter.cpp41 CBaseParameter::CBaseParameter(const string &strName, const CTypeElement *pTypeElement) argument
42 : base(strName, pTypeElement)
H A DBitParameter.cpp42 CBitParameter::CBitParameter(const string &strName, const CTypeElement *pTypeElement) argument
43 : base(strName, pTypeElement)
H A DInstanceConfigurableElement.cpp41 const CTypeElement *pTypeElement)
42 : base(strName), _pTypeElement(pTypeElement)
40 CInstanceConfigurableElement(const std::string &strName, const CTypeElement *pTypeElement) argument
H A DParameter.cpp40 CParameter::CParameter(const string &strName, const CTypeElement *pTypeElement) argument
41 : base(strName, pTypeElement)
H A DBitParameter.h39 CBitParameter(const std::string &strName, const CTypeElement *pTypeElement);
H A DInstanceConfigurableElement.h57 CInstanceConfigurableElement(const std::string &strName, const CTypeElement *pTypeElement);
H A DParameter.h41 CParameter(const std::string &strName, const CTypeElement *pTypeElement);
H A DBaseParameter.h43 CBaseParameter(const std::string &strName, const CTypeElement *pTypeElement);
H A DArrayParameter.h37 CArrayParameter(const std::string &strName, const CTypeElement *pTypeElement);
H A DArrayParameter.cpp44 CArrayParameter::CArrayParameter(const string &strName, const CTypeElement *pTypeElement) argument
45 : base(strName, pTypeElement)

Completed in 114 milliseconds