Home
last modified time | relevance | path

Searched refs:skip_dyn_locks (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/nfa/include/
Dnfa_rw_int.h307 bool skip_dyn_locks; /* To skip reading dynamic locks during NDEF Detect */ member
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc766 (nfa_rw_cb.skip_dyn_locks == true)) { in nfa_rw_handle_t2t_evt()
768 nfa_rw_cb.skip_dyn_locks = false; in nfa_rw_handle_t2t_evt()
773 nfa_rw_cb.skip_dyn_locks = true; in nfa_rw_handle_t2t_evt()
1542 status = RW_T2tDetectNDef(nfa_rw_cb.skip_dyn_locks); in nfa_rw_start_ndef_detection()
2548 nfa_rw_cb.skip_dyn_locks = false; in nfa_rw_activate_ntf()
2820 nfa_rw_cb.skip_dyn_locks = false; in nfa_rw_handle_op_req()
/system/nfc/src/nfc/include/
Drw_api.h555 extern tNFC_STATUS RW_T2tDetectNDef(bool skip_dyn_locks);
Drw_int.h413 bool skip_dyn_locks; /* Skip reading dynamic lock bytes from the tag */ member
/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc798 (p_t2t->skip_dyn_locks)) { in rw_t2t_read_locks()
2873 tNFC_STATUS RW_T2tDetectNDef(bool skip_dyn_locks) { in RW_T2tDetectNDef() argument
2876 p_t2t->skip_dyn_locks = skip_dyn_locks; in RW_T2tDetectNDef()