Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/l2cap/internal/
H A Dilink.h43 virtual void SetChannelTxPriority(Cid local_cid, bool high_priority) {} in SetChannelTxPriority() function
H A Dscheduler.h61 virtual void SetChannelTxPriority(Cid cid, bool high_priority) {} in SetChannelTxPriority() function
H A Ddynamic_channel_impl.h69 virtual void SetChannelTxPriority(bool high_priority) { in SetChannelTxPriority() function
H A Ddata_pipeline_manager.cc60 void DataPipelineManager::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::internal::DataPipelineManager
H A Dscheduler_fifo.cc52 void Fifo::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::internal::Fifo
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dlink.cc174 void Link::SetChannelTxPriority(Cid local_cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::classic::internal::Link
/aosp12/system/bt/main/shim/
H A Dl2c_api.cc265 bool SetChannelTxPriority(uint16_t cid, bool high_priority) { in SetChannelTxPriority() function