Searched defs:sub_state (Results 1 - 3 of 3) sorted by path

/system/nfc/src/nfc/include/
H A Drw_int.h568 tRW_T4T_RW_SUBSTATE sub_state; /* sub state */ member in struct:__anon2536
659 tRW_I93_RW_SUBSTATE sub_state; /* sub state */ member in struct:__anon2539
/system/nfc/src/nfc/tags/
H A Drw_i93.cc92 static std::string rw_i93_get_sub_state_name(uint8_t sub_state);
1603 "sub_state:%s (0x%x)",
1604 rw_i93_get_sub_state_name(p_i93->sub_state).c_str(), p_i93->sub_state);
1622 switch (p_i93->sub_state) {
1638 p_i93->sub_state = RW_I93_SUBSTATE_WAIT_SYS_INFO;
1662 p_i93->sub_state = RW_I93_SUBSTATE_WAIT_CC;
1728 p_i93->sub_state = RW_I93_SUBSTATE_SEARCH_NDEF_TLV;
1826 p_i93->sub_state = RW_I93_SUBSTATE_CHECK_LOCK_STATUS;
1832 p_i93->sub_state
3605 tRW_I93_RW_SUBSTATE sub_state; local
3766 tRW_I93_RW_SUBSTATE sub_state; local
3935 rw_i93_get_sub_state_name(uint8_t sub_state) argument
[all...]
H A Drw_t4t.cc92 static std::string rw_t4t_get_sub_state_name(uint8_t sub_state);
1071 "sub_state:%s (%d)", rw_t4t_get_sub_state_name(p_t4t->sub_state).c_str(),
1072 p_t4t->sub_state);
1077 switch (p_t4t->sub_state) {
1084 p_t4t->sub_state = RW_T4T_SUBSTATE_WAIT_GET_SW_VERSION;
1102 p_t4t->sub_state = RW_T4T_SUBSTATE_WAIT_GET_UID;
1117 p_t4t->sub_state = RW_T4T_SUBSTATE_WAIT_CREATE_APP;
1136 p_t4t->sub_state = RW_T4T_SUBSTATE_WAIT_SELECT_APP;
1150 p_t4t->sub_state
2218 rw_t4t_get_sub_state_name(uint8_t sub_state) argument
[all...]

Completed in 90 milliseconds