Home
last modified time | relevance | path

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

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