OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_q
(Results
1 - 9
of
9
) sorted by null
/external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c
71
BUFFER_Q
tx_q
;
variable
148
utils_queue_init(&
tx_q
);
251
utils_enqueue(&
tx_q
, (void *) transac);
419
p_next_msg =
tx_q
.p_first;
443
utils_remove_from_queue_unlocked(&
tx_q
, p_msg);
hci_h4.c
153
extern BUFFER_Q
tx_q
;
982
** in the
tx_q
.
[
all
...]
hci_mct.c
136
extern BUFFER_Q
tx_q
;
[
all
...]
/external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c
458
if (p_lcb->cong == FALSE && GKI_getfirst(&p_lcb->
tx_q
))
460
while ( !p_lcb->cong && (p_buf = (BT_HDR *)GKI_dequeue(&p_lcb->
tx_q
)) != NULL)
588
GKI_enqueue (&p_lcb->
tx_q
, p_buf);
610
AVCT_TRACE_DEBUG1 ("avct_lcb_send_msg tx_q_count:%d", p_lcb->
tx_q
.count);
avct_int.h
84
BUFFER_Q
tx_q
; /* Transmit data buffer queue */
member in struct:__anon2528
/external/libnfc-nci/src/nfc/nfc/
nfc_utils.c
174
while ((p_buf = GKI_dequeue (&p_cb->
tx_q
)) != NULL)
nfc_ncif.c
149
NFC_TRACE_DEBUG3 ("nfc_ncif_send_data :%d, num_buff:%d qc:%d", p_cb->conn_id, p_cb->num_buff, p_cb->
tx_q
.count);
176
GKI_enqueue (&p_cb->
tx_q
, p_data);
180
p_data = (BT_HDR *)GKI_getfirst (&p_cb->
tx_q
);
201
p_data = (BT_HDR *)GKI_dequeue (&p_cb->
tx_q
);
238
p_data = (BT_HDR *)GKI_getfirst (&p_cb->
tx_q
);
[
all
...]
nfc_main.c
[
all
...]
/external/libnfc-nci/src/nfc/int/
nfc_int.h
108
BUFFER_Q
tx_q
; /* transmit queue */
member in struct:__anon9454
Completed in 131 milliseconds