Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_utils.cc3425 size_t q_count = fixed_queue_length(p_ccb->xmit_hold_q); in l2cu_check_channel_congestion() local
3429 q_count += fixed_queue_length(p_ccb->p_lcb->ucd_out_sec_pending_q); in l2cu_check_channel_congestion()
3438 if (q_count <= (p_ccb->buff_quota / 2)) { in l2cu_check_channel_congestion()
3444 p_ccb->local_cid, q_count, p_ccb->buff_quota); in l2cu_check_channel_congestion()
3482 if (q_count > p_ccb->buff_quota) { in l2cu_check_channel_congestion()
3488 p_ccb->local_cid, q_count, p_ccb->buff_quota); in l2cu_check_channel_congestion()