Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator.h54 Cid ReserveChannel();
Ddynamic_channel_allocator_test.cc80 Cid reserved = channel_allocator_->ReserveChannel(); in TEST_F()
Ddynamic_channel_allocator.cc72 Cid DynamicChannelAllocator::ReserveChannel() { in ReserveChannel() function in bluetooth::l2cap::internal::DynamicChannelAllocator
/system/bt/gd/l2cap/le/internal/
Dlink.cc148 return dynamic_channel_allocator_.ReserveChannel(); in ReserveDynamicChannel()
/system/bt/gd/l2cap/classic/internal/
Dlink.cc127 return dynamic_channel_allocator_.ReserveChannel(); in ReserveDynamicChannel()