Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.cpp682 t->ref_count++; in transport_registration_func()
782 CHECK_GT(t->ref_count, 0u); in transport_unref()
783 t->ref_count--; in transport_unref()
784 if (t->ref_count == 0) { in transport_unref()
805 D("transport: %s unref (count=%zu)", t->serial.c_str(), t->ref_count); in transport_unref()
Dtransport.h266 size_t ref_count = 0; variable