OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_hard_lock
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nci/src/nfa/int/
nfa_rw_int.h
138
BOOLEAN
b_hard_lock
;
member in struct:__anon3781
296
BOOLEAN
b_hard_lock
;
member in struct:__anon3795
/external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c
259
tNFA_STATUS NFA_RwSetTagReadOnly (BOOLEAN
b_hard_lock
)
270
if ( (!
b_hard_lock
&& (protocol == NFC_PROTOCOL_15693))
271
||(
b_hard_lock
&& (protocol == NFC_PROTOCOL_ISO_DEP)) )
273
NFA_TRACE_API2 ("NFA_RwSetTagReadOnly (): Cannot %s for Protocol: %d",
b_hard_lock
? "Hard lock" : "Soft lock", protocol);
277
NFA_TRACE_API1 ("NFA_RwSetTagReadOnly (): %s",
b_hard_lock
? "Hard lock" : "Soft lock");
284
p_msg->params.set_readonly.
b_hard_lock
=
b_hard_lock
;
[
all
...]
nfa_rw_act.c
39
static tNFC_STATUS nfa_rw_config_tag_ro(BOOLEAN
b_hard_lock
);
353
if (nfa_rw_config_tag_ro(nfa_rw_cb.
b_hard_lock
) != NFC_STATUS_OK)
382
if (nfa_rw_config_tag_ro(nfa_rw_cb.
b_hard_lock
) != NFC_STATUS_OK)
[
all
...]
/external/libnfc-nci/src/nfc/include/
rw_api.h
425
** Parameters:
b_hard_lock
: To hard lock or just soft lock the tag
431
NFC_API extern tNFC_STATUS RW_T1tSetTagReadOnly (BOOLEAN
b_hard_lock
);
570
** Parameters:
b_hard_lock
: To indicate hard lock the tag or not
576
NFC_API extern tNFC_STATUS RW_T2tSetTagReadOnly (BOOLEAN
b_hard_lock
);
664
NFC_API extern tNFC_STATUS RW_T3tSetReadOnly (BOOLEAN
b_hard_lock
);
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_rw_api.h
234
NFC_API extern tNFA_STATUS NFA_RwSetTagReadOnly (BOOLEAN
b_hard_lock
);
/external/libnfc-nci/src/nfc/int/
rw_int.h
149
BOOLEAN
b_hard_lock
; /* Hard lock the tag as part of config tag to Read only */
member in struct:__anon3925
313
BOOLEAN
b_hard_lock
; /* Hard lock the tag as part of config tag to Read only */
member in struct:__anon3929
[
all
...]
Completed in 616 milliseconds