Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DSubsystemElementBuilder.h34 class CSubsystemLibrary; variable
39 CSubsystemElementBuilder(const CSubsystemLibrary* pSubsystemLibrary);
44 const CSubsystemLibrary* _pSubsystemLibrary;
DSystemClass.h37 class CSubsystemLibrary; variable
58 const CSubsystemLibrary* getSubsystemLibrary() const;
109 CSubsystemLibrary* _pSubsystemLibrary;
DSystemClass.cpp64 typedef void (*GetSubsystemBuilder)(CSubsystemLibrary*);
66 CSystemClass::CSystemClass() : _pSubsystemLibrary(new CSubsystemLibrary) in CSystemClass()
275 const CSubsystemLibrary* CSystemClass::getSubsystemLibrary() const in getSubsystemLibrary()
DSubsystemElementBuilder.cpp33 CSubsystemElementBuilder::CSubsystemElementBuilder(const CSubsystemLibrary* pSubsystemLibrary) : in CSubsystemElementBuilder()
DSubsystemLibrary.h37 class CSubsystemLibrary :
DParameterMgr.h50 class CSubsystemLibrary; variable
/external/parameter-framework/test/test-subsystem/
DTESTSubsystemBuilder.cpp37 void getTESTSubsystemBuilder(CSubsystemLibrary* pSubsystemLibrary) in getTESTSubsystemBuilder()
/external/parameter-framework/skeleton-subsystem/
DSkeletonSubsystemBuilder.cpp46 void getSKELETONSubsystemBuilder(CSubsystemLibrary* pSubsystemLibrary) in getSKELETONSubsystemBuilder()