Home
last modified time | relevance | path

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

/external/parameter-framework/support/android/parameter/
Dparameter_export.h6 # define PARAMETER_EXPORT macro
9 # ifndef PARAMETER_EXPORT
12 # define PARAMETER_EXPORT __attribute__((visibility("default"))) macro
15 # define PARAMETER_EXPORT __attribute__((visibility("default"))) macro
26 # define PARAMETER_DEPRECATED_EXPORT PARAMETER_EXPORT __attribute__ ((__deprecated__))
/external/parameter-framework/upstream/parameter/include/
DParameterHandle.h45 class PARAMETER_EXPORT CParameterHandle : public ElementHandle
DParameterMgrPlatformConnector.h42 class PARAMETER_EXPORT CParameterMgrPlatformConnector
DElementHandle.h49 class PARAMETER_EXPORT ElementHandle
DParameterMgrFullConnector.h52 class PARAMETER_EXPORT CParameterMgrFullConnector : public CParameterMgrPlatformConnector
/external/parameter-framework/upstream/parameter/
DLoggingElementBuilderTemplate.h60 std::string PARAMETER_EXPORT getName(const CXmlElement &xmlElement);
DElementLibrary.h41 class PARAMETER_EXPORT CElementLibrary
DSubsystemObjectCreator.h38 class PARAMETER_EXPORT CSubsystemObjectCreator
DMappingContext.h38 class PARAMETER_EXPORT CMappingContext
DFormattedSubsystemObject.h36 class PARAMETER_EXPORT CFormattedSubsystemObject : public CSubsystemObject
DTypeElement.h40 class PARAMETER_EXPORT CTypeElement : public CElement
DInstanceConfigurableElement.h44 class PARAMETER_EXPORT CInstanceConfigurableElement : public CConfigurableElement
DSubsystemObject.h44 class PARAMETER_EXPORT CSubsystemObject : private ISyncer
DSubsystem.h51 class PARAMETER_EXPORT CSubsystem : public CConfigurableElement, private IMapper
DParameterType.h44 class PARAMETER_EXPORT CParameterType : public CTypeElement
DConfigurableElement.h47 class PARAMETER_EXPORT CConfigurableElement : public CElement
DElement.h48 class PARAMETER_EXPORT CElement : public IXmlSink, public IXmlSource