Home
last modified time | relevance | path

Searched refs:is_round_robin_scheduling (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/stack/l2cap/
H A Dl2c_link.cc1273 if (p_lcb->is_round_robin_scheduling()) in l2c_packets_completed()
1278 if (p_lcb->is_round_robin_scheduling()) in l2c_packets_completed()
H A Dl2c_int.h468 bool is_round_robin_scheduling() const { return link_xmit_quota == 0; } in is_round_robin_scheduling() function