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.cc 441 fixed_queue_length(p_lcb->ucd_out_sec_pending_q)),
626 while (!fixed_queue_is_empty(p_lcb->ucd_out_sec_pending_q))
627 osi_free(fixed_queue_try_dequeue(p_lcb->ucd_out_sec_pending_q));
628 fixed_queue_free(p_lcb->ucd_out_sec_pending_q, NULL);
629 p_lcb->ucd_out_sec_pending_q = NULL;
714 fixed_queue_enqueue(p_ccb->p_lcb->ucd_out_sec_pending_q, p_data);
729 (BT_HDR*)fixed_queue_try_peek_first(p_ccb->p_lcb->ucd_out_sec_pending_q);
759 (BT_HDR*)fixed_queue_try_dequeue(p_ccb->p_lcb->ucd_out_sec_pending_q);
779 (BT_HDR*)fixed_queue_try_dequeue(p_ccb->p_lcb->ucd_out_sec_pending_q);
963 if (!fixed_queue_is_empty(p_ccb->p_lcb->ucd_out_sec_pending_q)) {
    [all...]
l2c_int.h 421 ucd_out_sec_pending_q; /* Security pending outgoing UCD packet */ member in struct:t_l2c_linkcb
    [all...]
l2c_utils.cc 102 p_lcb->ucd_out_sec_pending_q = fixed_queue_new(SIZE_MAX);
    [all...]

Completed in 479 milliseconds