Searched refs:conf_int (Results 1 – 1 of 1) sorted by relevance
68 long int conf_int; in config_item_int16_t() local76 conf_int = strtol(tmp, &endptr, 10); in config_item_int16_t()91 if (conf_int > INT16_MAX || conf_int < INT16_MIN) { in config_item_int16_t()92 logmsg(ANDROID_LOG_FATAL, "%s config item is too big/small: %d", item_name, conf_int); in config_item_int16_t()95 *ret_val_ptr = conf_int; in config_item_int16_t()