HomeSort by relevance Sort by last modified time
    Searched refs:TIMER_LIST_ENT (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/bluetooth/bluedroid/stack/include/
port_ext.h 31 extern void rfcomm_process_timeout (TIMER_LIST_ENT *p_tle);
btu.h 40 typedef void (*tBTU_TIMER_CALLBACK)(TIMER_LIST_ENT *p_tle);
196 TIMER_LIST_ENT *p_tle; /* timer entry */
219 TIMER_LIST_ENT cmd_cmpl_timer; /* Command complete timer */
236 TIMER_LIST_ENT cmd_cmpl_timer; /* Command complete timer */
271 BTU_API extern void btu_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
272 BTU_API extern void btu_stop_timer (TIMER_LIST_ENT *p_tle);
273 BTU_API extern void btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
274 BTU_API extern void btu_stop_timer_oneshot(TIMER_LIST_ENT *p_tle);
276 BTU_API extern UINT32 btu_remaining_time (TIMER_LIST_ENT *p_tle);
286 BTU_API extern void btu_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
ptim.h 82 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/
nfa_sys_ptim.h 83 extern void nfa_sys_ptim_start_timer (tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout);
94 extern void nfa_sys_ptim_stop_timer (tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle);
nfa_sys.h 124 extern void nfa_sys_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout);
125 extern void nfa_sys_stop_timer (TIMER_LIST_ENT *p_tle);
  /external/bluetooth/bluedroid/gki/common/
gki.h 98 } TIMER_LIST_ENT;
104 TIMER_LIST_ENT *p_first;
105 TIMER_LIST_ENT *p_last;
185 GKI_API extern void GKI_add_to_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
190 GKI_API extern BOOLEAN GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
195 GKI_API extern UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *, TIMER_LIST_ENT *);
198 GKI_API extern TIMER_LIST_ENT *GKI_timer_getfirst(const TIMER_LIST_Q *timer_q);
199 GKI_API extern INT32 GKI_timer_ticks_getinitial(const TIMER_LIST_ENT *tle);
gki_time.c 506 TIMER_LIST_ENT *GKI_timer_getfirst(const TIMER_LIST_Q *timer_q) {
512 INT32 GKI_timer_ticks_getinitial(const TIMER_LIST_ENT *tle) {
537 TIMER_LIST_ENT *p_tle;
592 UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle)
594 TIMER_LIST_ENT *p_tle;
638 void GKI_add_to_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle)
657 TIMER_LIST_ENT *i = p_timer_listq->p_first;
699 BOOLEAN GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle)
  /external/bluetooth/bluedroid/bta/sys/
ptim.c 61 TIMER_LIST_ENT *p_tle;
127 void ptim_start_timer(tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout)
154 void ptim_stop_timer(tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle)
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c 63 TIMER_LIST_ENT *p_tle;
131 void nfa_sys_ptim_start_timer (tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout)
160 void nfa_sys_ptim_stop_timer (tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle)
  /external/bluetooth/bluedroid/stack/hid/
hid_conn.h 59 TIMER_LIST_ENT timer_entry;
hidh_int.h 72 extern void hidh_proc_repage_timeout (TIMER_LIST_ENT *p_tle);
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 150 typedef void (tUSER_TIMEOUT_FUNC) (TIMER_LIST_ENT *p_tle);
345 TIMER_LIST_ENT *tle = GKI_timer_getfirst(&btu_cb.timer_queue_oneshot);
403 TIMER_LIST_ENT *p_tle = GKI_timer_getfirst(&btu_cb.timer_queue);
586 TIMER_LIST_ENT *p_tle = GKI_timer_getfirst(&btu_cb.timer_queue_oneshot);
592 TIMER_LIST_ENT *p_tle = GKI_timer_getfirst(&btu_cb.timer_queue_oneshot);
622 TIMER_LIST_ENT *p_tle = GKI_timer_getfirst(&btu_cb.timer_queue_oneshot);
648 void btu_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
691 UINT32 btu_remaining_time (TIMER_LIST_ENT *p_tle)
705 void btu_stop_timer (TIMER_LIST_ENT *p_tle)
746 void btu_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout
    [all...]
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_at.h 100 TIMER_LIST_ENT resp_timer; /* AT response timer */
103 TIMER_LIST_ENT hold_timer; /* AT hold timer */
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 344 } TIMER_LIST_ENT;
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/src/gki/common/
gki.h 347 } TIMER_LIST_ENT;
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/nfc/int/
nfc_int.h 176 TIMER_LIST_ENT deactivate_timer; /* Timer to wait for deactivation */
185 TIMER_LIST_ENT nci_wait_rsp_timer; /* Timer for waiting for nci command response */
271 void nfc_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
272 UINT32 nfc_remaining_time (TIMER_LIST_ENT *p_tle);
273 void nfc_stop_timer (TIMER_LIST_ENT *p_tle);
275 void nfc_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
276 void nfc_stop_quick_timer (TIMER_LIST_ENT *p_tle);
ce_int.h 92 TIMER_LIST_ENT timer; /* timeout for update file */
168 extern void ce_t4t_process_timeout (TIMER_LIST_ENT *p_tle);
rw_int.h 146 TIMER_LIST_ENT timer; /* timer to set timelimit for the response to command */
310 TIMER_LIST_ENT t2_timer; /* timeout for each API call */
389 TIMER_LIST_ENT timer; /* timeout for waiting for response */
390 TIMER_LIST_ENT poll_timer; /* timeout for waiting for response */
    [all...]
llcp_int.h 78 TIMER_LIST_ENT timer; /* link timer for LTO and SYMM response */
84 TIMER_LIST_ENT inact_timer; /* inactivity timer */
173 TIMER_LIST_ENT timer; /* timer for connection complete */
301 void llcp_process_timeout (TIMER_LIST_ENT *p_tle);
  /external/libnfc-nci/src/nfc/nfc/
nfc_task.c 59 void nfc_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
100 UINT32 nfc_remaining_time (TIMER_LIST_ENT *p_tle)
116 TIMER_LIST_ENT *p_tle;
157 void nfc_stop_timer (TIMER_LIST_ENT *p_tle)
181 void nfc_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
225 void nfc_stop_quick_timer (TIMER_LIST_ENT *p_tle)
247 TIMER_LIST_ENT *p_tle;
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 317 TIMER_LIST_ENT timer; /* Timer for patch download */
369 TIMER_LIST_ENT nci_wait_rsp_timer; /* Timer for waiting for nci command response */
389 TIMER_LIST_ENT lp_timer; /* timer for low power mode */
400 TIMER_LIST_ENT hci_timer; /* Timer to avoid indefinitely waiting for response */
421 TIMER_LIST_ENT timer; /* timer for NCI transport task */
460 void nfc_hal_main_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
461 void nfc_hal_main_stop_quick_timer (TIMER_LIST_ENT *p_tle);
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_int.h 141 TIMER_LIST_ENT fast_adv_timer;
154 TIMER_LIST_ENT inq_timer_ent;
177 TIMER_LIST_ENT raddr_timer_ent;
272 TIMER_LIST_ENT obs_timer_ent;
279 TIMER_LIST_ENT scan_param_idle_timer;
311 extern void btm_ble_timeout(TIMER_LIST_ENT *p_tle);
  /external/bluetooth/bluedroid/btif/include/
btif_gatt_multi_adv_util.h 62 TIMER_LIST_ENT tle_limited_timer;
btif_hh.h 69 TIMER_LIST_ENT vup_timer;
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 262 TIMER_LIST_ENT *p_tlent = (TIMER_LIST_ENT *) p_tle;
340 void nfc_hal_main_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
380 void nfc_hal_main_stop_quick_timer (TIMER_LIST_ENT *p_tle)
402 TIMER_LIST_ENT *p_tle;

Completed in 343 milliseconds

1 2 3 4