Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Dfixed_channel_allocator.h87 int ref_count = 0; in GetRefCount() local
90 ref_count++; in GetRefCount()
93 return ref_count; in GetRefCount()
/system/bt/gd/l2cap/le/internal/
Dlink.cc239 int ref_count = 0; in RefreshRefCount() local
240 ref_count += fixed_channel_allocator_.GetRefCount(); in RefreshRefCount()
241 ref_count += dynamic_channel_allocator_.NumberOfChannels(); in RefreshRefCount()
242 ASSERT_LOG(ref_count >= 0, "ref_count %d is less than 0", ref_count); in RefreshRefCount()
243 if (ref_count > 0) { in RefreshRefCount()
/system/bt/gd/l2cap/classic/internal/
Dlink.cc260 int ref_count = 0; in RefreshRefCount() local
261 ref_count += fixed_channel_allocator_.GetRefCount(); in RefreshRefCount()
262 ref_count += dynamic_channel_allocator_.NumberOfChannels(); in RefreshRefCount()
264 ref_count += 1; in RefreshRefCount()
266 ASSERT_LOG(ref_count >= 0, "ref_count %d is less than 0", ref_count); in RefreshRefCount()
267 if (ref_count > 0) { in RefreshRefCount()
/system/iorap/src/inode2filename/
Dsearch_directories.cc933 return inode_results.ref_count(connectable); in FindFilenamesFromInodes()
1262 return verified_inode_results.ref_count(filter_state_results); in FilterFilenamesForSpecificInodes()