Home
last modified time | relevance | path

Searched refs:I93_CMD_STAY_QUIET (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfc/include/
Dtags_defs.h502 #define I93_CMD_STAY_QUIET 0x02 /* Stay Quiet */ macro
/system/nfc/src/nfc/tags/
Drw_i93.cc678 UINT8_TO_STREAM(p, I93_CMD_STAY_QUIET); in rw_i93_send_cmd_stay_quiet()
684 rw_cb.tcb.i93.sent_cmd = I93_CMD_STAY_QUIET; in rw_i93_send_cmd_stay_quiet()
2781 if (p_i93->sent_cmd == I93_CMD_STAY_QUIET) { in rw_i93_handle_error()
2784 rw_data.i93_cmd_cmpl.command = I93_CMD_STAY_QUIET; in rw_i93_handle_error()
2860 (rw_cb.tcb.i93.sent_cmd != I93_CMD_STAY_QUIET)) { in rw_i93_process_timeout()
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc2237 uint8_t i93_command = I93_CMD_STAY_QUIET; in nfa_rw_i93_command()
2253 i93_command = I93_CMD_STAY_QUIET; in nfa_rw_i93_command()