Searched refs:SetChannelTxPriority (Results 1 – 12 of 12) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | data_pipeline_manager.cc | 40 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()
|
D | dynamic_channel_impl.h | 69 virtual void SetChannelTxPriority(bool high_priority) { in SetChannelTxPriority() function 70 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 | 61 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 | 52 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()
|
/system/bt/gd/l2cap/ |
D | dynamic_channel.cc | 47 return impl_->SetChannelTxPriority(high_priority); in HACK_SetChannelTxPriority()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 174 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()
|
D | link.h | 110 void SetChannelTxPriority(Cid local_cid, bool high_priority) override;
|
/system/bt/main/shim/ |
D | l2c_api.cc | 265 bool SetChannelTxPriority(uint16_t cid, bool high_priority) { in SetChannelTxPriority() function 1146 return classic_dynamic_channel_helper_map_[psm]->SetChannelTxPriority( in L2CA_SetTxPriority()
|