Home | History | Annotate | Download | only in src

Lines Matching defs:ref_count

247     char ref_count[PROPERTY_VALUE_MAX];
251 property_get("wc_transport.ref_count", ref_count, "0");
253 value = atoi(ref_count);
254 ALOGV("%s: ref_count: %s\n",__func__, ref_count);
286 snprintf(ref_count, 3, "%d", value);
287 ALOGV("%s: updated ref_count is: %s", __func__, ref_count);
289 ret = property_set("wc_transport.ref_count", ref_count);