Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Ddata_pipeline_manager.cc40 scheduler_->SetChannelTxPriority(cid, false); in DetachChannel()
60 void DataPipelineManager::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::internal::DataPipelineManager
62 scheduler_->SetChannelTxPriority(cid, high_priority); in SetChannelTxPriority()
Ddynamic_channel_impl.h69 virtual void SetChannelTxPriority(bool high_priority) { in SetChannelTxPriority() function
70 link_->SetChannelTxPriority(cid_, high_priority); in SetChannelTxPriority()
Dilink.h43 virtual void SetChannelTxPriority(Cid local_cid, bool high_priority) {} in SetChannelTxPriority() function
Dscheduler.h61 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.cc52 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()
/system/bt/gd/l2cap/
Ddynamic_channel.cc47 return impl_->SetChannelTxPriority(high_priority); in HACK_SetChannelTxPriority()
/system/bt/gd/l2cap/classic/internal/
Dlink.cc174 void Link::SetChannelTxPriority(Cid local_cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::classic::internal::Link
175 data_pipeline_manager_.SetChannelTxPriority(local_cid, high_priority); in SetChannelTxPriority()
Dlink.h110 void SetChannelTxPriority(Cid local_cid, bool high_priority) override;
/system/bt/main/shim/
Dl2c_api.cc265 bool SetChannelTxPriority(uint16_t cid, bool high_priority) { in SetChannelTxPriority() function
1146 return classic_dynamic_channel_helper_map_[psm]->SetChannelTxPriority( in L2CA_SetTxPriority()