Home
last modified time | relevance | path

Searched refs:uiIndex (Results 1 – 16 of 16) sorted by relevance

/external/parameter-framework/parameter/
DElement.cpp145 uint32_t uiIndex; in init() local
147 for (uiIndex = 0; uiIndex < _childArray.size(); uiIndex++) { in init()
149 CElement* pElement = _childArray[uiIndex];; in init()
191 uint32_t uiIndex; in dumpContent() local
193 for (uiIndex = 0; uiIndex < _childArray.size(); uiIndex++) { in dumpContent()
195 _childArray[uiIndex]->dumpContent(strContent, errorContext, uiDepth + 1); in dumpContent()
378 CElement* CElement::getChild(size_t uiIndex) in getChild() argument
380 assert(uiIndex <= _childArray.size()); in getChild()
382 return _childArray[uiIndex]; in getChild()
385 const CElement* CElement::getChild(size_t uiIndex) const in getChild()
[all …]
DConfigurableElement.cpp53 size_t uiIndex; in serializeXmlSettings() local
63 for (uiIndex = 0; uiIndex < uiNbChildren; uiIndex++) { in serializeXmlSettings()
66 …leElement* pChildConfigurableElement = static_cast<const CConfigurableElement*>(getChild(uiIndex)); in serializeXmlSettings()
110 for (uiIndex = 0; uiIndex < uiNbChildren; uiIndex++) { in serializeXmlSettings()
112 …leElement* pChildConfigurableElement = static_cast<const CConfigurableElement*>(getChild(uiIndex)); in serializeXmlSettings()
178 size_t uiIndex; in setDefaultValues() local
181 for (uiIndex = 0; uiIndex < uiNbChildren; uiIndex++) { in setDefaultValues()
183 …gurableElement* pConfigurableElement = static_cast<const CConfigurableElement*>(getChild(uiIndex)); in setDefaultValues()
204 size_t uiIndex; in setOffset() local
207 for (uiIndex = 0; uiIndex < uiNbChildren; uiIndex++) { in setOffset()
[all …]
DParameterBlackboard.cpp73 uint32_t uiIndex; in writeInteger() local
76 for (uiIndex = 0; uiIndex < uiSize; uiIndex++) { in writeInteger()
78 _pucData[uiIndex + uiOffset] = puiSrcData[uiSize - uiIndex - 1]; in writeInteger()
92 uint32_t uiIndex; in readInteger() local
95 for (uiIndex = 0; uiIndex < uiSize; uiIndex++) { in readInteger()
97 puiDstData[uiSize - uiIndex - 1] = _pucData[uiIndex + uiOffset]; in readInteger()
DElementLibrarySet.cpp39 uint32_t uiIndex; in ~CElementLibrarySet() local
41 for (uiIndex = 0; uiIndex < _elementLibraryArray.size(); uiIndex++) { in ~CElementLibrarySet()
43 delete _elementLibraryArray[uiIndex]; in ~CElementLibrarySet()
52 CElementLibrary* CElementLibrarySet::getElementLibrary(uint32_t uiIndex) const in getElementLibrary()
54 assert(uiIndex <= _elementLibraryArray.size()); in getElementLibrary()
56 return _elementLibraryArray[uiIndex]; in getElementLibrary()
DConfigurableElementAggregator.cpp55 size_t uiIndex; in doAggregate() local
59 for (uiIndex = 0; uiIndex < uiNbChildren; uiIndex++) { in doAggregate()
61 …gurableElement = static_cast<const CConfigurableElement*>(pConfigurableElement->getChild(uiIndex)); in doAggregate()
DArrayParameter.cpp103 uint32_t uiIndex; in accessValue() local
105 if (!getIndex(pathNavigator, uiIndex, parameterAccessContext)) { in accessValue()
112 if (uiIndex == (uint32_t)-1) { in accessValue()
115 uiIndex = 0; in accessValue()
119 …if (!setValues(uiIndex, parameterAccessContext.getBaseOffset(), strValue, parameterAccessContext))… in accessValue()
132 if (uiIndex == (uint32_t)-1) { in accessValue()
139 doGetValue(strValue, getOffset() + uiIndex * getSize(), parameterAccessContext); in accessValue()
212 bool CArrayParameter::getIndex(CPathNavigator& pathNavigator, uint32_t& uiIndex, CParameterAccessCo… in getIndex() argument
214 uiIndex = (uint32_t)-1; in getIndex()
223 iss >> uiIndex; in getIndex()
[all …]
DMappingContext.cpp79 size_t uiIndex; in setItem() local
82 for (uiIndex = 0; uiIndex < _uiNbItemTypes; uiIndex++) { in setItem()
85 assert(_pstItemArray[uiIndex].strKey != pStrKey); in setItem()
DBinaryStream.cpp159 uint32_t uiIndex; in computeChecksum() local
162 for (uiIndex = 0; uiIndex < _uiDataSize; uiIndex++) { in computeChecksum()
164 uiDataChecksum += _puiData[uiIndex]; in computeChecksum()
DSubsystem.cpp66 uint32_t uiIndex; in ~CSubsystem() local
68 for (uiIndex = 0; uiIndex < _subsystemObjectCreatorArray.size(); uiIndex++) { in ~CSubsystem()
70 delete _subsystemObjectCreatorArray[uiIndex]; in ~CSubsystem()
DElement.h92 const CElement* getChild(size_t uiIndex) const;
102 CElement* getChild(size_t uiIndex);
DElementLibrarySet.h41 CElementLibrary* getElementLibrary(uint32_t uiIndex) const;
DArrayParameter.h74 …bool getIndex(CPathNavigator& pathNavigator, uint32_t& uiIndex, CParameterAccessContext& parameter…
/external/parameter-framework/remote-processor/
DRemoteCommandHandlerTemplate.h130 uint32_t uiIndex; in ~TRemoteCommandHandlerTemplate() local
132 for (uiIndex = 0; uiIndex < _remoteCommandParserVector.size(); uiIndex++) { in ~TRemoteCommandHandlerTemplate()
134 delete _remoteCommandParserVector[uiIndex]; in ~TRemoteCommandHandlerTemplate()
187 uint32_t uiIndex; in initMaxCommandUsageLength() local
189 for (uiIndex = 0; uiIndex < _remoteCommandParserVector.size(); uiIndex++) { in initMaxCommandUsageLength()
191 … const CRemoteCommandParserItem* pRemoteCommandParserItem = _remoteCommandParserVector[uiIndex]; in initMaxCommandUsageLength()
212 uint32_t uiIndex; in helpCommandProcess() local
214 for (uiIndex = 0; uiIndex < _remoteCommandParserVector.size(); uiIndex++) { in helpCommandProcess()
216 … const CRemoteCommandParserItem* pRemoteCommandParserItem = _remoteCommandParserVector[uiIndex]; in helpCommandProcess()
236 uint32_t uiIndex; in findCommandParserItem() local
[all …]
DMessage.cpp257 uint32_t uiIndex; in computeChecksum() local
259 for (uiIndex = 0; uiIndex < _uiDataSize; uiIndex++) { in computeChecksum()
261 uiChecksum += _pucData[uiIndex]; in computeChecksum()
/external/parameter-framework/test/test-subsystem/
DTESTSubsystemObject.cpp96 uint32_t uiIndex; in sendToFile() local
98 for (uiIndex = 0 ; uiIndex < _uiArraySize ; uiIndex++) { in sendToFile()
116 …o("TESTSUBSYSTEM: Writing \"%s\" to file %s[%d]", strValue.c_str(), _strFilePath.c_str(), uiIndex); in sendToFile()
124 uint32_t uiIndex; in receiveFromFile() local
126 for (uiIndex = 0 ; uiIndex < _uiArraySize ; uiIndex++) { in receiveFromFile()
141 …"TESTSUBSYSTEM: Writing \"%s\" from file %s[%d]", strValue.c_str(), _strFilePath.c_str(), uiIndex); in receiveFromFile()
/external/parameter-framework/skeleton-subsystem/
DSkeletonSubsystemObject.cpp100 uint32_t uiIndex; in sendToHW() local
104 for (uiIndex = 0 ; uiIndex < _uiArraySize ; uiIndex++) { in sendToHW()
120 uint32_t uiIndex; in receiveFromHW() local
124 for (uiIndex = 0 ; uiIndex < _uiArraySize ; uiIndex++) { in receiveFromHW()