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
/system/nfc/src/nfc/nfc/
nfc_main.cc
360
if (nfc_cb.
p_nci_init_rsp
) {
361
GKI_freebuf(nfc_cb.
p_nci_init_rsp
);
362
nfc_cb.
p_nci_init_rsp
= NULL;
408
if (nfc_cb.
p_nci_init_rsp
) {
415
nfc_enabled(NCI_STATUS_OK, nfc_cb.
p_nci_init_rsp
);
422
GKI_freebuf(nfc_cb.
p_nci_init_rsp
);
423
nfc_cb.
p_nci_init_rsp
= NULL;
[
all
...]
nfc_ncif.cc
[
all
...]
/system/nfc/src/nfc/include/
nfc_int.h
211
NFC_HDR*
p_nci_init_rsp
; /* holding INIT_RSP until receiving
member in struct:__anon3625
Completed in 842 milliseconds