Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_ucd.c456 fixed_queue_length(p_lcb->ucd_out_sec_pending_q)), in L2CA_UcdDataWrite()
647 while (! fixed_queue_is_empty(p_lcb->ucd_out_sec_pending_q)) in l2c_ucd_delete_sec_pending_q()
648 osi_free(fixed_queue_try_dequeue(p_lcb->ucd_out_sec_pending_q)); in l2c_ucd_delete_sec_pending_q()
649 fixed_queue_free(p_lcb->ucd_out_sec_pending_q, NULL); in l2c_ucd_delete_sec_pending_q()
650 p_lcb->ucd_out_sec_pending_q = NULL; in l2c_ucd_delete_sec_pending_q()
747 fixed_queue_enqueue(p_ccb->p_lcb->ucd_out_sec_pending_q, p_data); in l2c_ucd_enqueue_pending_out_sec_q()
762 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->p_lcb->ucd_out_sec_pending_q); in l2c_ucd_check_pending_out_sec_q()
792 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->p_lcb->ucd_out_sec_pending_q); in l2c_ucd_send_pending_out_sec_q()
813 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->p_lcb->ucd_out_sec_pending_q); in l2c_ucd_discard_pending_out_sec_q()
1009 if (! fixed_queue_is_empty(p_ccb->p_lcb->ucd_out_sec_pending_q)) in l2c_ucd_process_event()
Dl2c_utils.c95 p_lcb->ucd_out_sec_pending_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_lcb()
3728 q_count += fixed_queue_length(p_ccb->p_lcb->ucd_out_sec_pending_q); in l2cu_check_channel_congestion()
3758 fixed_queue_length(p_ccb->p_lcb->ucd_out_sec_pending_q), in l2cu_check_channel_congestion()
3801 fixed_queue_length(p_ccb->p_lcb->ucd_out_sec_pending_q), in l2cu_check_channel_congestion()
Dl2c_int.h413 fixed_queue_t *ucd_out_sec_pending_q; /* Security pending outgoing UCD packet */ member