Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DAreaConfiguration.cpp146 void CAreaConfiguration::copyFromOuter(const CAreaConfiguration *pFromAreaConfiguration) in copyFromOuter() argument
148 assert(_pConfigurableElement->isDescendantOf(pFromAreaConfiguration->getConfigurableElement())); in copyFromOuter()
150 copyFrom(&pFromAreaConfiguration->_blackboard, in copyFromOuter()
152 pFromAreaConfiguration->getConfigurableElement()->getOffset()); in copyFromOuter()
DAreaConfiguration.h76 virtual void copyFromOuter(const CAreaConfiguration *pFromAreaConfiguration);