Home
last modified time | relevance | path

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

/system/bt/bta/pan/
Dbta_pan_act.cc113 p_scb->data_queue = fixed_queue_new(SIZE_MAX); in bta_pan_conn_state_cback()
200 fixed_queue_enqueue(p_scb->data_queue, p_new_buf); in bta_pan_data_buf_ind_cback()
419 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_scb->data_queue)) != in bta_pan_disable()
557 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_scb->data_queue)) != NULL) in bta_pan_conn_close()
608 while (fixed_queue_length(p_scb->data_queue) > bta_pan_cb.q_level) in bta_pan_tx_path()
609 osi_free(fixed_queue_try_dequeue(p_scb->data_queue)); in bta_pan_tx_path()
619 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_scb->data_queue); in bta_pan_tx_path()
630 while (fixed_queue_length(p_scb->data_queue) > bta_pan_cb.q_level) in bta_pan_tx_path()
631 osi_free(fixed_queue_try_dequeue(p_scb->data_queue)); in bta_pan_tx_path()
635 if (!fixed_queue_is_empty(p_scb->data_queue)) { in bta_pan_tx_path()
Dbta_pan_int.h120 data_queue; /* Queue of buffers waiting to be passed to application */ member
Dbta_pan_ci.cc191 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_scb->data_queue); in bta_pan_ci_readbuf()
Dbta_pan_main.cc263 fixed_queue_free(p_scb->data_queue, NULL); in bta_pan_scb_dealloc()