Home
last modified time | relevance | path

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

123

/system/bt/stack/btu/
Dbtu_task.c121 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); in btu_general_alarm_ready()
139 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)fixed_queue_dequeue(queue); in btu_oneshot_alarm_ready()
165 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)fixed_queue_dequeue(queue); in btu_l2cap_alarm_ready()
175 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)fixed_queue_dequeue(queue); in btu_bta_alarm_ready()
245 static void btu_bta_alarm_process(TIMER_LIST_ENT *p_tle) { in btu_bta_alarm_process()
340 static void btu_general_alarm_process(TIMER_LIST_ENT *p_tle) { in btu_general_alarm_process()
[all …]
/system/bt/stack/include/
Dbtu.h54 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);
Dport_ext.h31 extern void rfcomm_process_timeout (TIMER_LIST_ENT *p_tle);
/system/bt/bta/hf_client/
Dbta_hf_client_at.h100 TIMER_LIST_ENT resp_timer; /* AT response timer */
103 TIMER_LIST_ENT hold_timer; /* AT hold timer */
Dbta_hf_client_int.h163 TIMER_LIST_ENT colli_timer; /* Collision timer */
/system/bt/stack/btm/
Dbtm_int.h139 TIMER_LIST_ENT reset_timer;
141 TIMER_LIST_ENT rln_timer;
144 TIMER_LIST_ENT rssi_timer;
147 TIMER_LIST_ENT lnk_quality_timer;
150 TIMER_LIST_ENT txpwer_timer;
154 TIMER_LIST_ENT qossu_timer;
162 TIMER_LIST_ENT tx_power_timer;
253 TIMER_LIST_ENT rmt_name_timer_ent;
280 TIMER_LIST_ENT inq_timer_ent;
846 TIMER_LIST_ENT sec_collision_tle;
[all …]
Dbtm_ble_int.h148 TIMER_LIST_ENT fast_adv_timer;
159 TIMER_LIST_ENT inq_timer_ent;
182 TIMER_LIST_ENT raddr_timer_ent;
307 TIMER_LIST_ENT obs_timer_ent;
348 extern void btm_ble_timeout(TIMER_LIST_ENT *p_tle);
/system/bt/stack/bnep/
Dbnep_int.h136 TIMER_LIST_ENT conn_tle;
183 TIMER_LIST_ENT bnep_tle;
207 extern void bnep_process_timeout (TIMER_LIST_ENT *p_tle);
/system/bt/bta/sys/
Dbta_sys_main.c620 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)data; in bta_alarm_cb()
625 void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout_ms) { in bta_sys_start_timer()
654 UINT32 bta_sys_get_remaining_ticks(TIMER_LIST_ENT *p_target_tle) in bta_sys_get_remaining_ticks()
674 void bta_sys_stop_timer(TIMER_LIST_ENT *p_tle) { in bta_sys_stop_timer()
Dbta_sys.h230 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);
/system/bt/stack/hid/
Dhid_conn.h59 TIMER_LIST_ENT timer_entry;
Dhidh_int.h72 extern void hidh_proc_repage_timeout (TIMER_LIST_ENT *p_tle);
/system/bt/stack/rfcomm/
Drfc_utils.c223 TIMER_LIST_ENT *p_tle = &p_mcb->tle; in rfc_timer_start()
257 TIMER_LIST_ENT *p_tle = &p_port->rfc.tle; in rfc_port_timer_start()
325 void rfcomm_process_timeout (TIMER_LIST_ENT *p_tle) in rfcomm_process_timeout()
Dport_int.h93 TIMER_LIST_ENT tle; /* Timer list entry */
137 TIMER_LIST_ENT tle; /* Timer list entry */
/system/bt/stack/l2cap/
Dl2c_int.h185 TIMER_LIST_ENT ack_timer; /* Timer delaying RR */
186 TIMER_LIST_ENT mon_retrans_timer; /* Timer Monitor or Retransmission */
265 TIMER_LIST_ENT timer_entry; /* CCB Timer List Entry */
358 TIMER_LIST_ENT timer_entry; /* Timer list entry for timeout evt */
364 TIMER_LIST_ENT info_timer_entry; /* Timer entry for info resp timeout evt */
456 TIMER_LIST_ENT rcv_hold_tle; /* Timer list entry for rcv hold */
550 extern void l2c_process_timeout (TIMER_LIST_ENT *p_tle);
/system/bt/gki/common/
Dgki.h45 } TIMER_LIST_ENT; typedef
/system/bt/btif/include/
Dbtif_hh.h71 TIMER_LIST_ENT vup_timer;
Dbtif_gatt_multi_adv_util.h61 TIMER_LIST_ENT tle_limited_timer;
/system/bt/bta/dm/
Dbta_dm_int.h838 TIMER_LIST_ENT timer[BTA_DM_PM_MODE_TIMER_MAX];
868 TIMER_LIST_ENT disable_timer;
894 TIMER_LIST_ENT app_ready_timer;
904 TIMER_LIST_ENT switch_delay_timer;
926 TIMER_LIST_ENT search_timer;
948 TIMER_LIST_ENT gatt_close_timer; /* GATT channel close delay timer */
/system/bt/bta/ag/
Dbta_ag_int.h254 TIMER_LIST_ENT act_timer; /* ring timer */
273 TIMER_LIST_ENT cn_timer; /* codec negotiation timer */
284 TIMER_LIST_ENT colli_timer; /* Collision timer */
Dbta_ag_main.c288 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *) p; in bta_ag_timer_cback()
579 static void bta_ag_colli_timer_cback (TIMER_LIST_ENT *p_tle) in bta_ag_colli_timer_cback()
/system/bt/stack/gatt/
Dgatt_int.h371 TIMER_LIST_ENT conf_timer_ent; /* peer confirm to indication timer */
377 TIMER_LIST_ENT ind_ack_timer_ent; /* local app confirm to indication timer */
413 TIMER_LIST_ENT rsp_timer_ent; /* peer response timer */
588 extern void gatt_rsp_timeout(TIMER_LIST_ENT *p_tle);
589 extern void gatt_ind_ack_timeout(TIMER_LIST_ENT *p_tle);
/system/bt/stack/mcap/
Dmca_int.h207 TIMER_LIST_ENT timer_entry; /* CCB timer list entry */
321 extern void mca_process_timeout(TIMER_LIST_ENT *p_tle);
/system/bt/bta/av/
Dbta_av_int.h477 TIMER_LIST_ENT timer; /* delay timer for AVRC CT */
564 TIMER_LIST_ENT sig_tmr; /* link timer */
565 TIMER_LIST_ENT acp_sig_tmr; /* timer to monitor signalling when accepting */
/system/bt/stack/avdt/
Davdt_int.h425 TIMER_LIST_ENT timer_entry; /* CCB timer list entry */
484 TIMER_LIST_ENT timer_entry; /* timer entry */
698 extern void avdt_process_timeout(TIMER_LIST_ENT *p_tle);

123