Home
last modified time | relevance | path

Searched defs:checkValueAgainstRange (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DFloatingPointParameterType.cpp259 bool CFloatingPointParameterType::checkValueAgainstRange(double dValue) const in checkValueAgainstRange() function in CFloatingPointParameterType
271 bool CFloatingPointParameterType::checkValueAgainstRange(float fValue) const in checkValueAgainstRange() function in CFloatingPointParameterType
H A DIntegerParameterType.h308 bool checkValueAgainstRange(const std::string &strValue, CType value, in checkValueAgainstRange() function
H A DFixedPointParameterType.cpp332 bool CFixedPointParameterType::checkValueAgainstRange(double dValue) const in checkValueAgainstRange() function in CFixedPointParameterType