Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DArrayParameter.cpp44 CArrayParameter::CArrayParameter(const string &strName, const CTypeElement *pTypeElement) in CArrayParameter() function in CArrayParameter
49 size_t CArrayParameter::getFootPrint() const in getFootPrint()
55 size_t CArrayParameter::getArrayLength() const in getArrayLength()
61 void CArrayParameter::showProperties(string &strResult) const in showProperties()
72 bool CArrayParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue()
122 bool CArrayParameter::doSetValue(const string &value, size_t offset, in doSetValue()
128 void CArrayParameter::doGetValue(string &value, size_t offset, in doGetValue()
136 bool CArrayParameter::access(std::vector<bool> &abValues, bool bSet, in access()
143 bool CArrayParameter::access(std::vector<uint32_t> &auiValues, bool bSet, in access()
150 bool CArrayParameter::access(std::vector<int32_t> &aiValues, bool bSet, in access()
[all …]
DArrayParameter.h34 class CArrayParameter : public CParameter
37 CArrayParameter(const std::string &strName, const CTypeElement *pTypeElement);
DParameterType.cpp136 return new CArrayParameter(getName(), this); in doInstantiate()