Home
last modified time | relevance | path

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

/system/bt/bta/pan/
Dbta_pan_act.c119 GKI_init_q(&p_scb->data_queue); in bta_pan_conn_state_cback()
244 GKI_enqueue(&p_scb->data_queue, p_new_buf); in bta_pan_data_buf_ind_cback()
489 while((p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue)) != NULL) in bta_pan_disable()
653 while((p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue)) != NULL) in bta_pan_conn_close()
656 GKI_init_q(&p_scb->data_queue); in bta_pan_conn_close()
722 while(GKI_queue_length(&p_scb->data_queue) > bta_pan_cb.q_level) in bta_pan_tx_path()
723 GKI_freebuf(GKI_dequeue(&p_scb->data_queue)); in bta_pan_tx_path()
733 if ((p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue)) != NULL) in bta_pan_tx_path()
747 while(GKI_queue_length(&p_scb->data_queue) > bta_pan_cb.q_level) in bta_pan_tx_path()
748 GKI_freebuf(GKI_dequeue(&p_scb->data_queue)); in bta_pan_tx_path()
[all …]
Dbta_pan_int.h141 … BUFFER_Q data_queue; /* Queue of buffers waiting to be passed to application */ member
Dbta_pan_ci.c208 p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue); in bta_pan_ci_readbuf()