OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_nci_init_rsp
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/nfc/
nfc_main.c
336
if (nfc_cb.
p_nci_init_rsp
)
338
GKI_freebuf (nfc_cb.
p_nci_init_rsp
);
339
nfc_cb.
p_nci_init_rsp
= NULL;
393
if (nfc_cb.
p_nci_init_rsp
)
403
nfc_enabled (NCI_STATUS_OK, nfc_cb.
p_nci_init_rsp
);
411
GKI_freebuf (nfc_cb.
p_nci_init_rsp
);
412
nfc_cb.
p_nci_init_rsp
= NULL;
[
all
...]
nfc_ncif.c
[
all
...]
/external/libnfc-nci/src/nfc/int/
nfc_int.h
190
BT_HDR *
p_nci_init_rsp
; /* holding INIT_RSP until receiving HAL_NFC_POST_INIT_CPLT_EVT */
member in struct:__anon22678
Completed in 26 milliseconds