Home
last modified time | relevance | path

Searched defs:SetChannelTxPriority (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
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
Ddynamic_channel_impl.h71 virtual void SetChannelTxPriority(bool high_priority) { in SetChannelTxPriority() function
Ddata_pipeline_manager.cc68 void DataPipelineManager::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::internal::DataPipelineManager
Dscheduler_fifo.cc54 void Fifo::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::internal::Fifo
/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