HomeSort by relevance Sort by last modified time
    Searched full:property_get_imax (Results 1 - 1 of 1) sorted by null

  /system/core/libcutils/
properties.c 61 static intmax_t property_get_imax(const char *key, intmax_t lower_bound, intmax_t upper_bound, function
100 return (int64_t)property_get_imax(key, INT64_MIN, INT64_MAX, default_value);
104 return (int32_t)property_get_imax(key, INT32_MIN, INT32_MAX, default_value);

Completed in 105 milliseconds