Home
last modified time | relevance | path

Searched refs:NumberOfChannels (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator.h72 size_t NumberOfChannels() const;
Dfixed_channel_allocator.h76 virtual size_t NumberOfChannels() const { in NumberOfChannels() function
Ddynamic_channel_allocator.cc118 size_t DynamicChannelAllocator::NumberOfChannels() const { in NumberOfChannels() function in bluetooth::l2cap::internal::DynamicChannelAllocator
/system/bt/gd/l2cap/le/internal/
Dlink.cc241 ref_count += dynamic_channel_allocator_.NumberOfChannels(); in RefreshRefCount()
/system/bt/gd/l2cap/classic/internal/
Dlink.cc262 ref_count += dynamic_channel_allocator_.NumberOfChannels(); in RefreshRefCount()