HomeSort by relevance Sort by last modified time
    Searched refs:NFA_EE_EM_STATE_RESTORING (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c 237 nfa_ee_cb.em_state = NFA_EE_EM_STATE_RESTORING;
561 case NFA_EE_EM_STATE_RESTORING:
663 case NFA_EE_EM_STATE_RESTORING:
nfa_ee_act.c 712 else if ((nfa_ee_cb.em_state == NFA_EE_EM_STATE_RESTORING) && (nfa_ee_cb.ee_flags & NFA_EE_FLAG_NOTIFY_HCI) )
869 case NFA_EE_EM_STATE_RESTORING:
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 86 NFA_EE_EM_STATE_RESTORING,
368 #define NFA_EE_FLAG_WAIT_HCI 0x01 /* set this bit when waiting for HCI to finish the initialization process in NFA_EE_EM_STATE_RESTORING */
369 #define NFA_EE_FLAG_NOTIFY_HCI 0x02 /* set this bit when EE needs to notify the p_enable_cback at the end of NFCEE discover process in NFA_EE_EM_STATE_RESTORING */

Completed in 51 milliseconds