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
183
BUFFER_Q
nci_cmd_xmit_q
; /* NCI command queue */
member in struct:__anon22677
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
261
if ((nfc_cb.
nci_cmd_xmit_q
.count) || (nfc_cb.nci_cmd_window == 0))
263
GKI_enqueue (&nfc_cb.
nci_cmd_xmit_q
, p_buf);
273
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 33 milliseconds