Home
last modified time | relevance | path

Searched defs:minValue (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/audio/hdi_service/vendor_interface/utils/
Daudio_uhdf_log.h89 #define CHECK_VALID_RANGE_RETURN(value, minValue, maxValue, ret) \ argument
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_dfx.cpp399 …32_t ThermalDfx::GetIntParameter(const std::string& key, const int32_t def, const int32_t minValue) in GetIntParameter()