Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/l2cap/internal/
H A Dilink.h43 virtual void SetChannelTxPriority(Cid local_cid, bool high_priority) {} in SetChannelTxPriority()
H A Dscheduler.h61 virtual void SetChannelTxPriority(Cid cid, bool high_priority) {} in SetChannelTxPriority()
H A Ddynamic_channel_impl.h69 virtual void SetChannelTxPriority(bool high_priority) { in SetChannelTxPriority()
H A Ddata_pipeline_manager.cc60 void DataPipelineManager::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority()
H A Dscheduler_fifo.cc52 void Fifo::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority()
/aosp12/system/bt/gd/l2cap/
H A Ddynamic_channel.cc46 void DynamicChannel::HACK_SetChannelTxPriority(bool high_priority) { in HACK_SetChannelTxPriority()
/aosp12/system/bt/gd/hci/acl_manager/
H A Dround_robin_scheduler.cc70 void RoundRobinScheduler::SetLinkPriority(uint16_t handle, bool high_priority) { in SetLinkPriority()
/aosp12/system/bt/gd/hci/
H A Dacl_manager.cc278 void AclManager::HACK_SetAclTxPriority(uint8_t handle, bool high_priority) { in HACK_SetAclTxPriority()
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dlink.cc174 void Link::SetChannelTxPriority(Cid local_cid, bool high_priority) { in SetChannelTxPriority()
/aosp12/system/bt/test/mock/
H A Dmock_main_shim_l2cap_api.cc167 bool bluetooth::shim::L2CA_SetAclPriority(uint16_t handle, bool high_priority) { in L2CA_SetAclPriority()
/aosp12/system/bt/main/shim/
H A Dl2c_api.cc840 bool L2CA_SetAclPriority(uint16_t handle, bool high_priority) { in L2CA_SetAclPriority()
1145 bool high_priority = priority == L2CAP_CHNL_PRIORITY_HIGH; in L2CA_SetTxPriority() local