Searched refs:ref_count (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dadb.h184 int ref_count; member in struct:atransport
H A Dtransport.c621 t->ref_count = 2;
706 t->ref_count--;
707 if (t->ref_count == 0) {
716 D("transport: %s unref (count=%d)\n", t->serial, t->ref_count);

Completed in 54 milliseconds