Searched refs:min_value (Results 1 – 5 of 5) sorted by relevance
/system/extras/perfprofd/ |
D | configreader.h | 54 unsigned min_value,
|
D | configreader.cc | 127 unsigned min_value, in addUnsignedEntry() argument 137 vals.minv = min_value; in addUnsignedEntry()
|
/system/connectivity/shill/vpn/ |
D | third_party_vpn_driver.h | 167 const char* key, int32_t* target, int32_t min_value,
|
D | third_party_vpn_driver.cc | 296 int32_t* target, int32_t min_value, int32_t max_value, bool mandatory, in ProcessInt32() argument 301 if (base::StringToInt(parameters.at(key), &value) && value >= min_value && in ProcessInt32()
|
/system/media/audio/include/system/ |
D | audio.h | 931 int min_value; /* minimum gain value in millibels */ member
|