Searched defs:high_priority (Results 1 – 10 of 10) sorted by relevance
43 virtual void SetChannelTxPriority(Cid local_cid, bool high_priority) {} in SetChannelTxPriority()
61 virtual void SetChannelTxPriority(Cid cid, bool high_priority) {} in SetChannelTxPriority()
71 virtual void SetChannelTxPriority(bool high_priority) { in SetChannelTxPriority()
60 void DataPipelineManager::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority()
52 void Fifo::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority()
46 void DynamicChannel::HACK_SetChannelTxPriority(bool high_priority) { in HACK_SetChannelTxPriority()
71 void RoundRobinScheduler::SetLinkPriority(uint16_t handle, bool high_priority) { in SetLinkPriority()
174 void Link::SetChannelTxPriority(Cid local_cid, bool high_priority) { in SetChannelTxPriority()
420 void AclManager::HACK_SetAclTxPriority(uint8_t handle, bool high_priority) { in HACK_SetAclTxPriority()
850 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