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
137
BOOLEAN
b_hard_lock
;
member in struct:__anon23487
290
BOOLEAN
b_hard_lock
;
member in struct:__anon23501
/external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c
256
tNFA_STATUS NFA_RwSetTagReadOnly (BOOLEAN
b_hard_lock
)
267
if ( (!
b_hard_lock
&& (protocol == NFC_PROTOCOL_15693))
268
||(
b_hard_lock
&& (protocol == NFC_PROTOCOL_ISO_DEP)) )
270
NFA_TRACE_API2 ("NFA_RwSetTagReadOnly (): Cannot %s for Protocol: %d",
b_hard_lock
? "Hard lock" : "Soft lock", protocol);
274
NFA_TRACE_API1 ("NFA_RwSetTagReadOnly (): %s",
b_hard_lock
? "Hard lock" : "Soft lock");
281
p_msg->params.set_readonly.
b_hard_lock
=
b_hard_lock
;
[
all
...]
nfa_rw_act.c
37
static tNFC_STATUS nfa_rw_config_tag_ro(BOOLEAN
b_hard_lock
);
344
if (nfa_rw_config_tag_ro(nfa_rw_cb.
b_hard_lock
) != NFC_STATUS_OK)
373
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
418
** Parameters:
b_hard_lock
: To hard lock or just soft lock the tag
424
NFC_API extern tNFC_STATUS RW_T1tSetTagReadOnly (BOOLEAN
b_hard_lock
);
563
** Parameters:
b_hard_lock
: To indicate hard lock the tag or not
569
NFC_API extern tNFC_STATUS RW_T2tSetTagReadOnly (BOOLEAN
b_hard_lock
);
657
NFC_API extern tNFC_STATUS RW_T3tSetReadOnly (BOOLEAN
b_hard_lock
);
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_rw_api.h
223
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:__anon23631
312
BOOLEAN
b_hard_lock
; /* Hard lock the tag as part of config tag to Read only */
member in struct:__anon23635
[
all
...]
Completed in 59 milliseconds