Home
last modified time | relevance | path

Searched refs:NFA_HCI_RSP_TIMEOUT_EVT (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfa/hci/
Dnfa_hci_main.cc121 nfa_sys_start_timer(&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, in nfa_hci_ee_info_cback()
479 nfa_sys_start_timer(&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, in nfa_hci_dh_startup_complete()
485 nfa_sys_start_timer(&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, in nfa_hci_dh_startup_complete()
493 nfa_sys_start_timer(&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, in nfa_hci_dh_startup_complete()
614 nfa_sys_start_timer(&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, in nfa_hci_startup()
651 nfa_sys_start_timer(&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, in nfa_hci_sys_enable()
738 nfa_sys_start_timer(&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, in nfa_hci_conn_cback()
1158 case NFA_HCI_RSP_TIMEOUT_EVT: in nfa_hci_evt_hdlr()
Dnfa_hci_utils.cc387 nfa_sys_start_timer(&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, in nfa_hciu_send_msg()
1274 case NFA_HCI_RSP_TIMEOUT_EVT: in nfa_hciu_get_event_name()
Dnfa_hci_act.cc1000 nfa_sys_start_timer(&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, in nfa_hci_api_send_event()
1003 nfa_sys_start_timer(&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, in nfa_hci_api_send_event()
1009 nfa_sys_start_timer(&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, in nfa_hci_api_send_event()
1670 nfa_sys_start_timer(&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, in nfa_hci_handle_admin_gate_evt()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h113 NFA_HCI_RSP_TIMEOUT_EVT, /* Timeout to response for the HCP Command packet */ enumerator