Home
last modified time | relevance | path

Searched refs:SetChannelTxPriority (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Ddata_pipeline_manager.cc44 scheduler_->SetChannelTxPriority(cid, false); in DetachChannel()
68 void DataPipelineManager::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::internal::DataPipelineManager
72 scheduler_->SetChannelTxPriority(cid, high_priority); in SetChannelTxPriority()
Ddynamic_channel_impl.h71 virtual void SetChannelTxPriority(bool high_priority) { in SetChannelTxPriority() function
72 link_->SetChannelTxPriority(cid_, high_priority); in SetChannelTxPriority()
Dilink.h43 virtual void SetChannelTxPriority(Cid /* local_cid */, bool /* high_priority */) {} in SetChannelTxPriority() function
Dscheduler.h62 virtual void SetChannelTxPriority(Cid /* cid */, bool /* high_priority */) {} in SetChannelTxPriority() function
Dscheduler_fifo.h44 void SetChannelTxPriority(Cid cid, bool high_priority) override;
Ddata_pipeline_manager.h69 virtual void SetChannelTxPriority(Cid cid, bool high_priority);
Dscheduler_fifo.cc54 void Fifo::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::internal::Fifo
Dscheduler_fifo_test.cc118 fifo_->SetChannelTxPriority(1, true); in TEST_F()
/packages/modules/Bluetooth/system/gd/l2cap/
Ddynamic_channel.cc47 return impl_->SetChannelTxPriority(high_priority); in HACK_SetChannelTxPriority()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc176 void Link::SetChannelTxPriority(Cid local_cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::classic::internal::Link
177 data_pipeline_manager_.SetChannelTxPriority(local_cid, high_priority); in SetChannelTxPriority()
Dlink.h116 void SetChannelTxPriority(Cid local_cid, bool high_priority) override;