OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CParameterAdaptation
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/parameter/
ParameterAdaptation.h
36
class
CParameterAdaptation
: public CElement
39
CParameterAdaptation
(const std::string &strType);
ParameterAdaptation.cpp
36
CParameterAdaptation
::
CParameterAdaptation
(const string &strType) : base(strType)
40
string
CParameterAdaptation
::getKind() const
46
int32_t
CParameterAdaptation
::getOffset() const
52
void
CParameterAdaptation
::showProperties(string &strResult) const
66
bool
CParameterAdaptation
::fromXml(const CXmlElement &xmlElement,
76
int64_t
CParameterAdaptation
::fromUserValue(double dValue) const
81
double
CParameterAdaptation
::toUserValue(int64_t iValue) const
Completed in 98 milliseconds