OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nv_write
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci_ci.c
83
p_msg->
nv_write
.hdr.event = NFC_HAL_HCI_RSP_NV_WRITE_EVT;
84
p_msg->
nv_write
.hdr.offset = 0;
85
p_msg->
nv_write
.hdr.len = sizeof (tNFC_HAL_HCI_RSP_NV_READ_EVT);
86
p_msg->
nv_write
.hdr.layer_specific = 0;
87
p_msg->
nv_write
.status = HAL_NFC_STATUS_OK;
/external/libnfc-nci/src/nfa/hci/
nfa_hci_ci.c
76
p_msg->
nv_write
.hdr.event = NFA_HCI_RSP_NV_WRITE_EVT;
77
p_msg->
nv_write
.status = 0;
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
273
tNFC_HAL_HCI_RSP_NV_WRITE_EVT
nv_write
;
member in union:__anon16951
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
311
tNFA_HCI_RSP_NV_WRITE_EVT
nv_write
; /* Write Non volatile data */
member in union:__anon17196
Completed in 2155 milliseconds