Searched refs:SetChannelTxPriority (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/internal/ |
D | data_pipeline_manager.cc | 44 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()
|
D | dynamic_channel_impl.h | 71 virtual void SetChannelTxPriority(bool high_priority) { in SetChannelTxPriority() function 72 link_->SetChannelTxPriority(cid_, high_priority); in SetChannelTxPriority()
|
D | ilink.h | 43 virtual void SetChannelTxPriority(Cid /* local_cid */, bool /* high_priority */) {} in SetChannelTxPriority() function
|
D | scheduler.h | 62 virtual void SetChannelTxPriority(Cid /* cid */, bool /* high_priority */) {} in SetChannelTxPriority() function
|
D | scheduler_fifo.h | 44 void SetChannelTxPriority(Cid cid, bool high_priority) override;
|
D | data_pipeline_manager.h | 69 virtual void SetChannelTxPriority(Cid cid, bool high_priority);
|
D | scheduler_fifo.cc | 54 void Fifo::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::internal::Fifo
|
D | scheduler_fifo_test.cc | 118 fifo_->SetChannelTxPriority(1, true); in TEST_F()
|
/packages/modules/Bluetooth/system/gd/l2cap/ |
D | dynamic_channel.cc | 47 return impl_->SetChannelTxPriority(high_priority); in HACK_SetChannelTxPriority()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link.cc | 176 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()
|
D | link.h | 116 void SetChannelTxPriority(Cid local_cid, bool high_priority) override;
|