OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nci_cmd_xmit_q
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/int/
nfc_int.h
184
BUFFER_Q
nci_cmd_xmit_q
; /* NCI command queue */
member in struct:__anon3920
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
263
if ((nfc_cb.
nci_cmd_xmit_q
.count) || (nfc_cb.nci_cmd_window == 0))
265
GKI_enqueue (&nfc_cb.
nci_cmd_xmit_q
, p_buf);
275
p_buf = (BT_HDR *)GKI_dequeue (&nfc_cb.
nci_cmd_xmit_q
);
[
all
...]
nfc_main.c
519
while ((p_msg = (BT_HDR *)GKI_dequeue (&nfc_cb.
nci_cmd_xmit_q
)) != NULL)
[
all
...]
Completed in 162 milliseconds