Home
last modified time | relevance | path

Searched refs:RW_I93_FLAG_READ_ONLY (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_i93.cc1789 p_i93->intl_flags |= RW_I93_FLAG_READ_ONLY; in rw_i93_sm_detect_ndef()
1947 p_i93->intl_flags |= RW_I93_FLAG_READ_ONLY; in rw_i93_sm_detect_ndef()
1986 p_i93->intl_flags |= RW_I93_FLAG_READ_ONLY; in rw_i93_sm_detect_ndef()
2026 if (p_i93->intl_flags & RW_I93_FLAG_READ_ONLY) { in rw_i93_sm_detect_ndef()
2878 p_i93->intl_flags |= RW_I93_FLAG_READ_ONLY; in rw_i93_sm_set_read_only()
2889 p_i93->intl_flags |= RW_I93_FLAG_READ_ONLY; in rw_i93_sm_set_read_only()
3873 if (rw_cb.tcb.i93.intl_flags & RW_I93_FLAG_READ_ONLY) { in RW_I93UpdateNDef()
3981 if (rw_cb.tcb.i93.intl_flags & RW_I93_FLAG_READ_ONLY) { in RW_I93SetTagReadOnly()
/system/nfc/src/nfc/include/
Drw_int.h655 #define RW_I93_FLAG_READ_ONLY 0x01 macro