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

  /system/bt/stack/l2cap/
l2c_utils.cc 888 while ((p_buf2 = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q)) !=
    [all...]
l2c_api.cc     [all...]
l2c_csm.cc 848 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) {
    [all...]
l2c_fcr.cc 382 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) {
804 !fixed_queue_is_empty(p_ccb->xmit_hold_q)) &&
    [all...]
l2c_int.h 316 fixed_queue_t* xmit_hold_q; /* Transmit data hold queue */ member in struct:t_l2c_ccb
    [all...]
l2c_ucd.cc 440 p_lcb->handle, (fixed_queue_length(p_ccb->xmit_hold_q) +
    [all...]
l2c_link.cc 923 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) {
    [all...]
l2c_main.cc 895 "xmit_hold_q.count: %u buff_quota: %u",
896 p_ccb->local_cid, fixed_queue_length(p_ccb->xmit_hold_q),

Completed in 861 milliseconds