Home
last modified time | relevance | path

Searched defs:AllocateChannel (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/l2cap/internal/
Dfixed_channel_allocator.h52 virtual std::shared_ptr<FixedChannelImplType> AllocateChannel(Cid cid) { in AllocateChannel() function
Ddynamic_channel_allocator.cc30 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateChannel(Psm psm, Cid remote_ci… in AllocateChannel() function in bluetooth::l2cap::internal::DynamicChannelAllocator