Searched refs:CArrayParameter (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | ArrayParameter.cpp | 44 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 …]
|
D | ArrayParameter.h | 34 class CArrayParameter : public CParameter 37 CArrayParameter(const std::string &strName, const CTypeElement *pTypeElement);
|
D | ParameterType.cpp | 136 return new CArrayParameter(getName(), this); in doInstantiate()
|