Home
last modified time | relevance | path

Searched refs:uiNbItemTypes (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
DMappingContext.cpp37 …::CMappingContext(size_t uiNbItemTypes) : _pstItemArray(new CMappingContext::SItem[uiNbItemTypes])… in CMappingContext() argument
40 memset(_pstItemArray, 0, sizeof(*_pstItemArray) * uiNbItemTypes); in CMappingContext()
DMappingContext.h46 CMappingContext(size_t uiNbItemTypes);