Home
last modified time | relevance | path

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

/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DFormattedSubsystemObject.cpp40 CFormattedSubsystemObject::CFormattedSubsystemObject( in CFormattedSubsystemObject() function in CFormattedSubsystemObject
46 CFormattedSubsystemObject::CFormattedSubsystemObject( in CFormattedSubsystemObject() function in CFormattedSubsystemObject
53 CFormattedSubsystemObject::CFormattedSubsystemObject( in CFormattedSubsystemObject() function in CFormattedSubsystemObject
68 string CFormattedSubsystemObject::getFormattedMappingValue() const in getFormattedMappingValue()
73 bool CFormattedSubsystemObject::isAmendKeyValid(size_t uiAmendKey) in isAmendKeyValid()
79 string CFormattedSubsystemObject::formatMappingValue(const string &strMappingValue, in formatMappingValue()
H A DFormattedSubsystemObject.h36 class PARAMETER_EXPORT CFormattedSubsystemObject : public CSubsystemObject
45 CFormattedSubsystemObject(CInstanceConfigurableElement *pInstanceConfigurableElement,
56 CFormattedSubsystemObject(CInstanceConfigurableElement *pInstanceConfigurableElement,
70 CFormattedSubsystemObject(CInstanceConfigurableElement *pInstanceConfigurableElement,
74 ~CFormattedSubsystemObject() override = default;
/aosp_15_r20/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DInputSource.h27 class InputSource : public CFormattedSubsystemObject
H A DProductStrategy.h28 class ProductStrategy : public CFormattedSubsystemObject
H A DInputSource.cpp27 : CFormattedSubsystemObject(instanceConfigurableElement, in InputSource()
H A DProductStrategy.cpp25 : CFormattedSubsystemObject(instanceConfigurableElement, in ProductStrategy()
/aosp_15_r20/external/parameter-framework/upstream/skeleton-subsystem/
H A DSkeletonSubsystemObject.h36 class CSkeletonSubsystemObject : public CFormattedSubsystemObject
H A DSkeletonSubsystemObject.cpp44 #define base CFormattedSubsystemObject