Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Ddynamic_channel_allocator.h61 Cid ReserveChannel();
Ddynamic_channel_allocator_test.cc80 Cid reserved = channel_allocator_->ReserveChannel(); in TEST_F()
Ddynamic_channel_allocator.cc77 Cid DynamicChannelAllocator::ReserveChannel() { in ReserveChannel() function in bluetooth::l2cap::internal::DynamicChannelAllocator
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.cc211 return dynamic_channel_allocator_.ReserveChannel(); in ReserveDynamicChannel()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc143 return dynamic_channel_allocator_.ReserveChannel(); in ReserveDynamicChannel()