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

  /external/parameter-framework/parameter/
Component.h 39 CComponent(const std::string& strName, const CTypeElement* pTypeElement) : CInstanceConfigurableElement(strName, pTypeElement)
ParameterBlock.h 39 CParameterBlock(const std::string& strName, const CTypeElement* pTypeElement)
40 : CInstanceConfigurableElement(strName, pTypeElement)
BitParameterBlock.h 37 CBitParameterBlock(const std::string& strName, const CTypeElement* pTypeElement);
BitParameterBlock.cpp 39 CBitParameterBlock::CBitParameterBlock(const string& strName, const CTypeElement* pTypeElement) : base(strName, pTypeElement)
StringParameter.cpp 40 CStringParameter::CStringParameter(const string& strName, const CTypeElement* pTypeElement) : base(strName, pTypeElement)
StringParameter.h 39 CStringParameter(const std::string& strName, const CTypeElement* pTypeElement);
InstanceConfigurableElement.cpp 40 CInstanceConfigurableElement::CInstanceConfigurableElement(const std::string& strName, const CTypeElement* pTypeElement) : base(strName), _pTypeElement(pTypeElement), _pSyncer(NULL)
111 const CTypeElement* pTypeElement = getTypeElement();
113 if (pTypeElement && pTypeElement->hasMappingData()) {
BitParameter.h 39 CBitParameter(const std::string& strName, const CTypeElement* pTypeElement);
BaseParameter.cpp 41 CBaseParameter::CBaseParameter(const string& strName, const CTypeElement* pTypeElement) : base(strName, pTypeElement)
BitParameter.cpp 42 CBitParameter::CBitParameter(const string& strName, const CTypeElement* pTypeElement) : base(strName, pTypeElement)
BaseParameter.h 43 CBaseParameter(const std::string& strName, const CTypeElement* pTypeElement);
InstanceConfigurableElement.h 54 CInstanceConfigurableElement(const std::string& strName, const CTypeElement* pTypeElement);
Parameter.h 41 CParameter(const std::string& strName, const CTypeElement* pTypeElement);
Parameter.cpp 40 CParameter::CParameter(const string& strName, const CTypeElement* pTypeElement) : base(strName, pTypeElement)
ArrayParameter.h 37 CArrayParameter(const std::string& strName, const CTypeElement* pTypeElement);
ArrayParameter.cpp 44 CArrayParameter::CArrayParameter(const string& strName, const CTypeElement* pTypeElement) : base(strName, pTypeElement)

Completed in 182 milliseconds