Searched refs:TIMER_LIST_ENT (Results 1 - 25 of 78) sorted by relevance

1234

/external/bluetooth/bluedroid/stack/include/
H A Dport_ext.h31 extern void rfcomm_process_timeout (TIMER_LIST_ENT *p_tle);
H A Dbtu.h40 typedef void (*tBTU_TIMER_CALLBACK)(TIMER_LIST_ENT *p_tle);
189 TIMER_LIST_ENT *p_tle; /* timer entry */
212 TIMER_LIST_ENT cmd_cmpl_timer; /* Command complete timer */
228 TIMER_LIST_ENT cmd_cmpl_timer; /* Command complete timer */
263 BTU_API extern void btu_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
264 BTU_API extern void btu_stop_timer (TIMER_LIST_ENT *p_tle);
265 BTU_API extern void btu_register_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout, tBTU_TIMER_CALLBACK timer_cb);
266 BTU_API extern void btu_deregister_timer(TIMER_LIST_ENT *p_tle);
267 BTU_API extern UINT32 btu_remaining_time (TIMER_LIST_ENT *p_tle);
280 BTU_API extern void btu_start_quick_timer (TIMER_LIST_ENT *p_tl
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dptim.h82 extern void ptim_start_timer(tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout);
93 extern void ptim_stop_timer(tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_sys_ptim.h82 extern void nfa_sys_ptim_start_timer (tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout);
93 extern void nfa_sys_ptim_stop_timer (tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle);
H A Dnfa_sys.h123 extern void nfa_sys_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout);
124 extern void nfa_sys_stop_timer (TIMER_LIST_ENT *p_tle);
/external/bluetooth/bluedroid/bta/sys/
H A Dptim.c61 TIMER_LIST_ENT *p_tle;
127 void ptim_start_timer(tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout)
153 void ptim_stop_timer(tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle)
/external/libnfc-nci/src/nfa/sys/
H A Dnfa_sys_ptim.c62 TIMER_LIST_ENT *p_tle;
130 void nfa_sys_ptim_start_timer (tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout)
159 void nfa_sys_ptim_stop_timer (tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle)
H A Dnfa_sys_main.c372 void nfa_sys_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout)
386 void nfa_sys_stop_timer (TIMER_LIST_ENT *p_tle)
/external/bluetooth/bluedroid/stack/hid/
H A Dhid_conn.h59 TIMER_LIST_ENT timer_entry;
H A Dhidh_int.h72 extern void hidh_proc_repage_timeout (TIMER_LIST_ENT *p_tle);
/external/bluetooth/bluedroid/gki/common/
H A Dgki.h329 } TIMER_LIST_ENT; typedef in typeref:struct:_tle
335 TIMER_LIST_ENT *p_first;
336 TIMER_LIST_ENT *p_last;
434 GKI_API extern void GKI_add_to_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
439 GKI_API extern void GKI_init_timer_list_entry (TIMER_LIST_ENT *);
441 GKI_API extern void GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
446 GKI_API extern UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *, TIMER_LIST_ENT *);
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h344 } TIMER_LIST_ENT; typedef in typeref:struct:_tle
350 TIMER_LIST_ENT *p_first;
351 TIMER_LIST_ENT *p_last;
457 GKI_API extern void GKI_add_to_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
462 GKI_API extern void GKI_init_timer_list_entry (TIMER_LIST_ENT *);
464 GKI_API extern void GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
469 GKI_API extern UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *, TIMER_LIST_ENT *);
/external/libnfc-nci/halimpl/bcm2079x/hal/int/
H A Dnfc_hal_int.h295 TIMER_LIST_ENT timer; /* Timer for patch download */
340 TIMER_LIST_ENT nci_wait_rsp_timer; /* Timer for waiting for nci command response */
360 TIMER_LIST_ENT lp_timer; /* timer for low power mode */
369 TIMER_LIST_ENT hci_timer; /* Timer to avoid indefinitely waiting for response */
384 TIMER_LIST_ENT timer; /* timer for NCI transport task */
418 void nfc_hal_main_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
419 void nfc_hal_main_stop_quick_timer (TIMER_LIST_ENT *p_tle);
/external/libnfc-nci/src/gki/common/
H A Dgki.h347 } TIMER_LIST_ENT; typedef in typeref:struct:_tle
353 TIMER_LIST_ENT *p_first;
354 TIMER_LIST_ENT *p_last;
459 GKI_API extern void GKI_add_to_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
464 GKI_API extern void GKI_init_timer_list_entry (TIMER_LIST_ENT *);
466 GKI_API extern void GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
471 GKI_API extern UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *, TIMER_LIST_ENT *);
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_int.h295 TIMER_LIST_ENT timer; /* Timer for patch download */
340 TIMER_LIST_ENT nci_wait_rsp_timer; /* Timer for waiting for nci command response */
360 TIMER_LIST_ENT lp_timer; /* timer for low power mode */
369 TIMER_LIST_ENT hci_timer; /* Timer to avoid indefinitely waiting for response */
384 TIMER_LIST_ENT timer; /* timer for NCI transport task */
418 void nfc_hal_main_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
419 void nfc_hal_main_stop_quick_timer (TIMER_LIST_ENT *p_tle);
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h174 TIMER_LIST_ENT deactivate_timer; /* Timer to wait for deactivation */
182 TIMER_LIST_ENT nci_wait_rsp_timer; /* Timer for waiting for nci command response */
268 void nfc_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
269 UINT32 nfc_remaining_time (TIMER_LIST_ENT *p_tle);
270 void nfc_stop_timer (TIMER_LIST_ENT *p_tle);
272 void nfc_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
273 void nfc_stop_quick_timer (TIMER_LIST_ENT *p_tle);
H A Drw_int.h145 TIMER_LIST_ENT timer; /* timer to set timelimit for the response to command */
314 TIMER_LIST_ENT t2_timer; /* timeout for each API call */
384 TIMER_LIST_ENT timer; /* timeout for waiting for response */
385 TIMER_LIST_ENT poll_timer; /* timeout for waiting for response */
445 TIMER_LIST_ENT timer; /* timeout for each API call */
510 TIMER_LIST_ENT timer; /* timeout for each sent command */
591 extern void rw_t1t_process_timeout (TIMER_LIST_ENT *p_tle);
605 extern void rw_t2t_process_timeout (TIMER_LIST_ENT *p_tle);
609 extern void rw_t3t_process_timeout (TIMER_LIST_ENT *p_tle);
614 extern void rw_t4t_process_timeout (TIMER_LIST_ENT *p_tl
[all...]
H A Dce_int.h91 TIMER_LIST_ENT timer; /* timeout for update file */
168 extern void ce_t4t_process_timeout (TIMER_LIST_ENT *p_tle);
H A Dllcp_int.h69 TIMER_LIST_ENT timer; /* link timer for LTO and SYMM response */
75 TIMER_LIST_ENT inact_timer; /* inactivity timer */
164 TIMER_LIST_ENT timer; /* timer for connection complete */
295 void llcp_process_timeout (TIMER_LIST_ENT *p_tle);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_task.c58 void nfc_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
99 UINT32 nfc_remaining_time (TIMER_LIST_ENT *p_tle)
115 TIMER_LIST_ENT *p_tle;
156 void nfc_stop_timer (TIMER_LIST_ENT *p_tle)
180 void nfc_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
224 void nfc_stop_quick_timer (TIMER_LIST_ENT *p_tle)
246 TIMER_LIST_ENT *p_tle;
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_task.c149 typedef void (tUSER_TIMEOUT_FUNC) (TIMER_LIST_ENT *p_tle);
343 TIMER_LIST_ENT *p_tle;
549 void btu_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
589 UINT32 btu_remaining_time (TIMER_LIST_ENT *p_tle)
603 void btu_stop_timer (TIMER_LIST_ENT *p_tle)
629 void btu_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
668 void btu_stop_quick_timer (TIMER_LIST_ENT *p_tle)
710 TIMER_LIST_ENT *p_tle;
735 void btu_register_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout, tBTU_TIMER_CALLBACK timer_cb)
762 void btu_deregister_timer(TIMER_LIST_ENT *p_tl
[all...]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_main.c217 TIMER_LIST_ENT *p_tlent = (TIMER_LIST_ENT *) p_tle;
290 void nfc_hal_main_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
330 void nfc_hal_main_stop_quick_timer (TIMER_LIST_ENT *p_tle)
352 TIMER_LIST_ENT *p_tle;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_int.h142 TIMER_LIST_ENT inq_timer_ent;
161 TIMER_LIST_ENT raddr_timer_ent;
189 TIMER_LIST_ENT scan_param_idle_timer;
219 extern void btm_ble_timeout(TIMER_LIST_ENT *p_tle);
H A Dbtm_int.h140 TIMER_LIST_ENT reset_timer;
143 TIMER_LIST_ENT rln_timer;
146 TIMER_LIST_ENT rlinkp_timer;
149 TIMER_LIST_ENT rssi_timer;
152 TIMER_LIST_ENT lnk_quality_timer;
155 TIMER_LIST_ENT txpwer_timer;
159 TIMER_LIST_ENT qossu_timer;
171 TIMER_LIST_ENT tx_power_timer;
255 TIMER_LIST_ENT rmt_name_timer_ent;
280 TIMER_LIST_ENT inq_timer_en
[all...]
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_int.h93 TIMER_LIST_ENT tle; /* Timer list entry */
137 TIMER_LIST_ENT tle; /* Timer list entry */

Completed in 591 milliseconds

1234