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
332
if (nfc_cb.
p_nci_init_rsp
)
334
GKI_freebuf (nfc_cb.
p_nci_init_rsp
);
335
nfc_cb.
p_nci_init_rsp
= NULL;
389
if (nfc_cb.
p_nci_init_rsp
)
399
nfc_enabled (NCI_STATUS_OK, nfc_cb.
p_nci_init_rsp
);
407
GKI_freebuf (nfc_cb.
p_nci_init_rsp
);
408
nfc_cb.
p_nci_init_rsp
= NULL;
[
all
...]
nfc_ncif.c
[
all
...]
/external/libnfc-nci/src/nfc/int/
nfc_int.h
188
BT_HDR *
p_nci_init_rsp
; /* holding INIT_RSP until receiving HAL_NFC_POST_INIT_CPLT_EVT */
member in struct:__anon9457
Completed in 19 milliseconds