Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
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
Ddynamic_channel_impl.h69 virtual void SetChannelTxPriority(bool high_priority) { in SetChannelTxPriority() function
Ddata_pipeline_manager.cc60 void DataPipelineManager::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::internal::DataPipelineManager
Dscheduler_fifo.cc52 void Fifo::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::internal::Fifo
/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
/system/bt/main/shim/
Dl2c_api.cc265 bool SetChannelTxPriority(uint16_t cid, bool high_priority) { in SetChannelTxPriority() function