HomeSort by relevance Sort by last modified time
    Searched refs:ucd_out_sec_pending_q (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/l2cap/
l2c_ucd.c 456 fixed_queue_length(p_lcb->ucd_out_sec_pending_q)),
647 while (! fixed_queue_is_empty(p_lcb->ucd_out_sec_pending_q))
648 osi_free(fixed_queue_try_dequeue(p_lcb->ucd_out_sec_pending_q));
649 fixed_queue_free(p_lcb->ucd_out_sec_pending_q, NULL);
650 p_lcb->ucd_out_sec_pending_q = NULL;
747 fixed_queue_enqueue(p_ccb->p_lcb->ucd_out_sec_pending_q, p_data);
762 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->p_lcb->ucd_out_sec_pending_q);
792 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->p_lcb->ucd_out_sec_pending_q);
813 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->p_lcb->ucd_out_sec_pending_q);
    [all...]
l2c_int.h 413 fixed_queue_t *ucd_out_sec_pending_q; /* Security pending outgoing UCD packet */ member in struct:t_l2c_linkcb
    [all...]
l2c_utils.c 95 p_lcb->ucd_out_sec_pending_q = fixed_queue_new(SIZE_MAX);
    [all...]

Completed in 46 milliseconds