Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator.h50 …std::shared_ptr<DynamicChannelImpl> AllocateReservedChannel(Cid reserved_cid, Psm psm, Cid remote_…
Ddynamic_channel_allocator_test.cc81 auto channel = channel_allocator_->AllocateReservedChannel(reserved, psm, remote_cid); in TEST_F()
Ddynamic_channel_allocator.cc55 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateReservedChannel(Cid reserved_c… in AllocateReservedChannel() function in bluetooth::l2cap::internal::DynamicChannelAllocator
/system/bt/gd/l2cap/le/internal/
Dlink.cc198 auto channel = dynamic_channel_allocator_.AllocateReservedChannel(reserved_cid, psm, remote_cid); in AllocateReservedDynamicChannel()
/system/bt/gd/l2cap/classic/internal/
Dlink.cc219 auto channel = dynamic_channel_allocator_.AllocateReservedChannel(reserved_cid, psm, remote_cid); in AllocateReservedDynamicChannel()