Home
last modified time | relevance | path

Searched refs:TIMER_LIST_ENT (Results 1 – 25 of 28) sorted by relevance

12

/system/nfc/src/gki/common/
Dgki.h297 struct TIMER_LIST_ENT;
298 typedef void(TIMER_CBACK)(TIMER_LIST_ENT* p_tle);
302 struct TIMER_LIST_ENT { struct
303 TIMER_LIST_ENT* p_next; argument
304 TIMER_LIST_ENT* p_prev; argument
315 TIMER_LIST_ENT* p_first; argument
316 TIMER_LIST_ENT* p_last;
400 extern void GKI_add_to_timer_list(TIMER_LIST_Q*, TIMER_LIST_ENT*);
405 extern void GKI_init_timer_list_entry(TIMER_LIST_ENT*);
407 extern void GKI_remove_from_timer_list(TIMER_LIST_Q*, TIMER_LIST_ENT*);
[all …]
Dgki_time.cc608 void GKI_init_timer_list_entry(TIMER_LIST_ENT* p_tle) { in GKI_init_timer_list_entry()
638 TIMER_LIST_ENT* p_tle; in GKI_update_timer_list()
702 TIMER_LIST_ENT* p_target_tle) { in GKI_get_remaining_ticks()
703 TIMER_LIST_ENT* p_tle; in GKI_get_remaining_ticks()
749 void GKI_add_to_timer_list(TIMER_LIST_Q* p_timer_listq, TIMER_LIST_ENT* p_tle) { in GKI_add_to_timer_list()
752 TIMER_LIST_ENT* p_temp; in GKI_add_to_timer_list()
839 TIMER_LIST_ENT* p_tle) { in GKI_remove_from_timer_list()
/system/nfc/src/nfc/include/
Dnfc_int.h195 TIMER_LIST_ENT mode_set_ntf_timer; /* Timer to wait for deactivation */
196 TIMER_LIST_ENT deactivate_timer; /* Timer to wait for deactivation */
204 TIMER_LIST_ENT
229 TIMER_LIST_ENT nci_mode_set_ntf_timer; /*Mode set notification timer*/
313 void nfc_start_timer(TIMER_LIST_ENT* p_tle, uint16_t type, uint32_t timeout);
314 uint32_t nfc_remaining_time(TIMER_LIST_ENT* p_tle);
315 void nfc_stop_timer(TIMER_LIST_ENT* p_tle);
317 void nfc_start_quick_timer(TIMER_LIST_ENT* p_tle, uint16_t type,
319 void nfc_stop_quick_timer(TIMER_LIST_ENT* p_tle);
Drw_int.h185 TIMER_LIST_ENT timer; /* timer to set timelimit for the response to command */
406 TIMER_LIST_ENT t2_timer; /* timeout for each API call */
510 TIMER_LIST_ENT timer; /* timeout for waiting for response */
511 TIMER_LIST_ENT poll_timer; /* timeout for waiting for response */
570 TIMER_LIST_ENT timer; /* timeout for each API call */
626 TIMER_LIST_ENT timer; /* timeout for each API call */
640 TIMER_LIST_ENT mfc_timer; /* timeout for each API call */
709 TIMER_LIST_ENT timer; /* timeout for each sent command */
785 extern void rw_t1t_process_timeout(TIMER_LIST_ENT* p_tle);
803 extern void rw_t3t_process_timeout(TIMER_LIST_ENT* p_tle);
[all …]
Dce_int.h90 TIMER_LIST_ENT timer; /* timeout for update file */
166 extern void ce_t4t_process_timeout(TIMER_LIST_ENT* p_tle);
Dllcp_int.h78 TIMER_LIST_ENT timer; /* link timer for LTO and SYMM response */
84 TIMER_LIST_ENT inact_timer; /* inactivity timer */
172 TIMER_LIST_ENT timer; /* timer for connection complete */
296 void llcp_process_timeout(TIMER_LIST_ENT* p_tle);
/system/nfc/src/nfc/nfc/
Dnfc_task.cc60 void nfc_start_timer(TIMER_LIST_ENT* p_tle, uint16_t type, uint32_t timeout) { in nfc_start_timer()
96 uint32_t nfc_remaining_time(TIMER_LIST_ENT* p_tle) { in nfc_remaining_time()
110 TIMER_LIST_ENT* p_tle; in nfc_process_timer_evt()
154 void nfc_stop_timer(TIMER_LIST_ENT* p_tle) { in nfc_stop_timer()
176 void nfc_start_quick_timer(TIMER_LIST_ENT* p_tle, uint16_t type, in nfc_start_quick_timer()
215 void nfc_stop_quick_timer(TIMER_LIST_ENT* p_tle) { in nfc_stop_quick_timer()
234 TIMER_LIST_ENT* p_tle; in nfc_process_quick_timer_evt()
/system/nfc/src/nfa/include/
Dnfa_sys_ptim.h77 extern void nfa_sys_ptim_start_timer(tPTIM_CB* p_cb, TIMER_LIST_ENT* p_tle,
89 extern void nfa_sys_ptim_stop_timer(tPTIM_CB* p_cb, TIMER_LIST_ENT* p_tle);
Dnfa_sys.h111 extern void nfa_sys_start_timer(TIMER_LIST_ENT* p_tle, uint16_t type,
113 extern void nfa_sys_stop_timer(TIMER_LIST_ENT* p_tle);
Dnfa_dta_int.h191 TIMER_LIST_ENT
227 TIMER_LIST_ENT llcp_cl_echo_timer; /* timer for the connectionless echo test
229 TIMER_LIST_ENT llcp_co_echo_timer; /* timer for the connection-oriented echo
Dnfa_dm_int.h402 TIMER_LIST_ENT tle; /* timer for waiting deactivation NTF */
403 TIMER_LIST_ENT kovio_tle; /* timer for Kovio bar code tag presence check */
502 TIMER_LIST_ENT tle;
Dnfa_snep_int.h165 TIMER_LIST_ENT timer; /* timer for client */
Dnfa_ee_int.h479 TIMER_LIST_ENT timer; /* timer to send info to NFCC */
480 TIMER_LIST_ENT discv_timer; /* timer to end NFCEE discovery */
Dnfa_rw_int.h275 TIMER_LIST_ENT tle; /* list entry for nfa_rw timer */
Dnfa_p2p_int.h243 TIMER_LIST_ENT
Dnfa_hci_int.h377 TIMER_LIST_ENT timer; /* Timer to avoid indefinitely waiting for response */
/system/nfc/src/include/
Dnfc_hal_int.h165 TIMER_LIST_ENT
187 TIMER_LIST_ENT lp_timer; /* timer for low power mode */
197 TIMER_LIST_ENT
225 TIMER_LIST_ENT timer; /* timer for NCI transport task */
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc63 TIMER_LIST_ENT* p_tle; in nfa_sys_ptim_timer_update()
126 void nfa_sys_ptim_start_timer(tPTIM_CB* p_cb, TIMER_LIST_ENT* p_tle, in nfa_sys_ptim_start_timer()
155 void nfa_sys_ptim_stop_timer(tPTIM_CB* p_cb, TIMER_LIST_ENT* p_tle) { in nfa_sys_ptim_stop_timer()
Dnfa_sys_main.cc343 void nfa_sys_start_timer(TIMER_LIST_ENT* p_tle, uint16_t type, in nfa_sys_start_timer()
357 void nfa_sys_stop_timer(TIMER_LIST_ENT* p_tle) { in nfa_sys_stop_timer()
/system/nfc/src/nfc/llcp/
Dllcp_main.cc148 void llcp_process_timeout(TIMER_LIST_ENT* p_tle) { in llcp_process_timeout()
/system/nfc/src/nfa/p2p/
Dnfa_p2p_main.cc170 TIMER_LIST_ENT* p_tle) { in nfa_p2p_update_active_listen_timeout_cback()
/system/nfc/src/nfa/dm/
Dnfa_dm_discover.cc64 static void nfa_dm_disc_kovio_timeout_cback(TIMER_LIST_ENT* p_tle);
73 TIMER_LIST_ENT timer_list; /*timer structure pointer */
819 TIMER_LIST_ENT* p_tle) { in nfa_dm_disc_deact_ntf_timeout_cback()
1559 TIMER_LIST_ENT* p_tle) { in nfa_dm_disc_kovio_timeout_cback()
/system/nfc/src/nfc/tags/
Dce_t4t.cc519 void ce_t4t_process_timeout(TIMER_LIST_ENT* p_tle) { in ce_t4t_process_timeout()
Drw_t1t.cc528 void rw_t1t_process_timeout(__attribute__((unused)) TIMER_LIST_ENT* p_tle) { in rw_t1t_process_timeout()
Drw_mfc.cc610 void rw_mfc_process_timeout(TIMER_LIST_ENT* p_tle) { in rw_mfc_process_timeout()

12