Home
last modified time | relevance | path

Searched defs:high_priority (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dilink.h43 virtual void SetChannelTxPriority(Cid local_cid, bool high_priority) {} in SetChannelTxPriority()
Dscheduler.h61 virtual void SetChannelTxPriority(Cid cid, bool high_priority) {} in SetChannelTxPriority()
Ddynamic_channel_impl.h71 virtual void SetChannelTxPriority(bool high_priority) { in SetChannelTxPriority()
Ddata_pipeline_manager.cc60 void DataPipelineManager::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority()
Dscheduler_fifo.cc52 void Fifo::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority()
/packages/modules/Bluetooth/system/gd/l2cap/
Ddynamic_channel.cc46 void DynamicChannel::HACK_SetChannelTxPriority(bool high_priority) { in HACK_SetChannelTxPriority()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dround_robin_scheduler.cc71 void RoundRobinScheduler::SetLinkPriority(uint16_t handle, bool high_priority) { in SetLinkPriority()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc174 void Link::SetChannelTxPriority(Cid local_cid, bool high_priority) { in SetChannelTxPriority()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.cc420 void AclManager::HACK_SetAclTxPriority(uint8_t handle, bool high_priority) { in HACK_SetAclTxPriority()
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.cc850 bool L2CA_SetAclPriority(uint16_t handle, bool high_priority) { in L2CA_SetAclPriority()
1155 bool high_priority = priority == L2CAP_CHNL_PRIORITY_HIGH; in L2CA_SetTxPriority() local