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

1 2 3 4

  /system/bt/stack/include/
port_ext.h 31 extern void rfcomm_process_timeout (TIMER_LIST_ENT *p_tle);
btu.h 54 typedef void (*tBTU_TIMER_CALLBACK)(TIMER_LIST_ENT *p_tle);
190 TIMER_LIST_ENT *p_tle; /* timer entry */
235 extern void btu_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
236 extern void btu_stop_timer (TIMER_LIST_ENT *p_tle);
237 extern void btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
238 extern void btu_stop_timer_oneshot(TIMER_LIST_ENT *p_tle);
246 extern void btu_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
247 extern void btu_stop_quick_timer (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);
nfa_dta_int.h 275 TIMER_LIST_ENT protocol_timer; /* timer for the activated protocol if needed */
309 TIMER_LIST_ENT llcp_cl_echo_timer; /* timer for the connectionless echo test application */
310 TIMER_LIST_ENT llcp_co_echo_timer; /* timer for the connection-oriented echo test application */
  /system/bt/stack/btu/
btu_task.c 121 typedef void (tUSER_TIMEOUT_FUNC) (TIMER_LIST_ENT *p_tle);
123 static void btu_l2cap_alarm_process(TIMER_LIST_ENT *p_tle);
124 static void btu_general_alarm_process(TIMER_LIST_ENT *p_tle);
125 static void btu_bta_alarm_process(TIMER_LIST_ENT *p_tle);
134 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)fixed_queue_dequeue(queue);
139 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)fixed_queue_dequeue(queue);
165 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)fixed_queue_dequeue(queue)
    [all...]
  /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)
nfa_sys_main.c 373 void nfa_sys_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout)
387 void nfa_sys_stop_timer (TIMER_LIST_ENT *p_tle)
  /system/bt/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);
  /system/bt/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;
  /system/bt/gki/common/
gki.h 45 } TIMER_LIST_ENT;
  /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);
  /system/bt/btif/include/
btif_gatt_multi_adv_util.h 61 TIMER_LIST_ENT tle_limited_timer;
btif_hh.h 70 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;
  /system/bt/stack/rfcomm/
port_int.h 93 TIMER_LIST_ENT tle; /* Timer list entry */
137 TIMER_LIST_ENT tle; /* Timer list entry */
  /system/bt/bta/sys/
bta_sys.h 230 extern void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout_ms);
231 extern void bta_sys_stop_timer(TIMER_LIST_ENT *p_tle);
233 extern UINT32 bta_sys_get_remaining_ticks(TIMER_LIST_ENT *p_target_tle);

Completed in 267 milliseconds

1 2 3 4