OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tx_q
(Results
1 - 7
of
7
) sorted by null
/system/bt/stack/avct/
avct_lcb_act.cc
422
if (p_lcb->cong == false && !fixed_queue_is_empty(p_lcb->
tx_q
)) {
424
(p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_lcb->
tx_q
)) != NULL) {
532
fixed_queue_enqueue(p_lcb->
tx_q
, p_buf);
550
fixed_queue_length(p_lcb->
tx_q
));
avct_lcb.cc
273
p_lcb->
tx_q
= fixed_queue_new(SIZE_MAX);
313
fixed_queue_free(p_lcb->
tx_q
, NULL);
avct_int.h
84
fixed_queue_t*
tx_q
; /* Transmit data buffer queue */
member in struct:__anon113563
/system/nfc/src/nfc/nfc/
nfc_utils.c
154
while ((p_buf = GKI_dequeue(&p_cb->
tx_q
)) != NULL) GKI_freebuf(p_buf);
nfc_ncif.cc
141
p_cb->num_buff, p_cb->
tx_q
.count);
164
GKI_enqueue(&p_cb->
tx_q
, p_data);
168
p_data = (NFC_HDR*)GKI_getfirst(&p_cb->
tx_q
);
184
p_data = (NFC_HDR*)GKI_dequeue(&p_cb->
tx_q
);
219
p_data = (NFC_HDR*)GKI_getfirst(&p_cb->
tx_q
);
[
all
...]
nfc_main.c
[
all
...]
/system/nfc/src/nfc/int/
nfc_int.h
128
BUFFER_Q
tx_q
; /* transmit queue */
member in struct:__anon115095
Completed in 141 milliseconds