Home
last modified time | relevance | path

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

/system/core/libcutils/
Dproperties.cpp61 static intmax_t property_get_imax(const char *key, intmax_t lower_bound, intmax_t upper_bound, in property_get_imax() function
100 return (int64_t)property_get_imax(key, INT64_MIN, INT64_MAX, default_value); in property_get_int64()
104 return (int32_t)property_get_imax(key, INT32_MIN, INT32_MAX, default_value); in property_get_int32()