Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DConfigurableDomain.cpp438 const CConfigurableElement* pAssociatedConfigurableElement = *it; in findConfigurationBlackboard() local
441 if ((pCandidateDescendantConfigurableElement == pAssociatedConfigurableElement) || in findConfigurationBlackboard()
442 … (pCandidateDescendantConfigurableElement->isDescendantOf(pAssociatedConfigurableElement))) { in findConfigurationBlackboard()
444 uiBaseOffset = pAssociatedConfigurableElement->getOffset(); in findConfigurationBlackboard()
447 return pDomainConfiguration->getBlackboard(pAssociatedConfigurableElement); in findConfigurationBlackboard()