Searched refs:pSyncerSet (Results 1 - 10 of 10) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DBitwiseAreaConfiguration.h40 const CSyncerSet *pSyncerSet);
H A DAreaConfiguration.cpp36 const CSyncerSet *pSyncerSet)
37 : _pConfigurableElement(pConfigurableElement), _pSyncerSet(pSyncerSet)
44 const CSyncerSet *pSyncerSet, size_t size)
45 : _pConfigurableElement(pConfigurableElement), _pSyncerSet(pSyncerSet)
35 CAreaConfiguration(const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet) argument
43 CAreaConfiguration(const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet, size_t size) argument
H A DAreaConfiguration.h44 const CSyncerSet *pSyncerSet);
88 const CSyncerSet *pSyncerSet, size_t size);
H A DBitwiseAreaConfiguration.cpp37 const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet)
38 : base(pConfigurableElement, pSyncerSet,
36 CBitwiseAreaConfiguration( const CConfigurableElement *pConfigurableElement, const CSyncerSet *pSyncerSet) argument
H A DConfigurableDomain.cpp542 void CConfigurableDomain::apply(CParameterBlackboard *pParameterBlackboard, CSyncerSet *pSyncerSet, argument
547 if (!pSyncerSet ^ _bSequenceAware) {
569 bool bSync = !pSyncerSet && _bSequenceAware;
578 if (pSyncerSet && !_bSequenceAware) {
581 *pSyncerSet += _syncerSet;
610 const CSyncerSet *pSyncerSet = mapIt->second; local
612 _syncerSet += *pSyncerSet;
641 CSyncerSet *pSyncerSet = getSyncerSet(pConfigurableElement); local
644 pDomainConfiguration->addConfigurableElement(pConfigurableElement, pSyncerSet);
1109 CSyncerSet *pSyncerSet local
1155 CSyncerSet *pSyncerSet = getSyncerSet(pConfigurableElement); local
[all...]
H A DBitParameter.cpp182 CAreaConfiguration *CBitParameter::createAreaConfiguration(const CSyncerSet *pSyncerSet) const
184 return new CBitwiseAreaConfiguration(this, pSyncerSet);
H A DBitParameter.h57 virtual CAreaConfiguration *createAreaConfiguration(const CSyncerSet *pSyncerSet) const;
H A DConfigurableElement.h109 virtual CAreaConfiguration *createAreaConfiguration(const CSyncerSet *pSyncerSet) const;
H A DConfigurableElement.cpp197 const CSyncerSet *pSyncerSet) const
199 return new CAreaConfiguration(this, pSyncerSet);
H A DConfigurableDomain.h138 * @param[in] pSyncerSet pointer to the set containing application syncers
142 void apply(CParameterBlackboard *pParameterBlackboard, CSyncerSet *pSyncerSet, bool bForced,

Completed in 291 milliseconds