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
/system/nfc/src/nfc/include/
nfc_int.h
202
BUFFER_Q
nci_cmd_xmit_q
; /* NCI command queue */
member in struct:__anon3625
/system/nfc/src/nfc/nfc/
nfc_ncif.cc
247
if ((nfc_cb.
nci_cmd_xmit_q
.count) || (nfc_cb.nci_cmd_window == 0)) {
248
GKI_enqueue(&nfc_cb.
nci_cmd_xmit_q
, p_buf);
257
if (!p_buf) p_buf = (NFC_HDR*)GKI_dequeue(&nfc_cb.
nci_cmd_xmit_q
);
[
all
...]
nfc_main.cc
526
while ((p_msg = (NFC_HDR*)GKI_dequeue(&nfc_cb.
nci_cmd_xmit_q
)) != NULL) {
[
all
...]
Completed in 80 milliseconds