Searched defs:p_tle (Results 1 - 23 of 23) sorted by relevance

/system/bt/stack/btu/
H A 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); local
135 btu_general_alarm_process(p_tle);
139 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)fixed_queue_dequeue(queue); local
140 btu_general_alarm_process(p_tle);
142 switch (p_tle->event) {
145 btm_ble_timeout(p_tle);
165 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)fixed_queue_dequeue(queue); local
175 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)fixed_queue_dequeue(queue); local
245 btu_bta_alarm_process(TIMER_LIST_ENT *p_tle) argument
340 btu_general_alarm_process(TIMER_LIST_ENT *p_tle) argument
447 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)data; local
452 btu_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_sec) argument
485 btu_stop_timer(TIMER_LIST_ENT *p_tle) argument
511 btu_l2cap_alarm_process(TIMER_LIST_ENT *p_tle) argument
527 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)data; local
532 btu_start_quick_timer(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_ticks) argument
565 btu_stop_quick_timer(TIMER_LIST_ENT *p_tle) argument
584 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)data; local
594 btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_sec) argument
618 btu_stop_timer_oneshot(TIMER_LIST_ENT *p_tle) argument
[all...]
/system/bt/stack/rfcomm/
H A Drfc_utils.c223 TIMER_LIST_ENT *p_tle = &p_mcb->tle; local
227 p_tle->param = (UINT32)p_mcb;
229 btu_start_timer (p_tle, BTU_TTYPE_RFCOMM_MFC, timeout);
257 TIMER_LIST_ENT *p_tle = &p_port->rfc.tle; local
261 p_tle->param = (UINT32)p_port;
263 btu_start_timer (p_tle, BTU_TTYPE_RFCOMM_PORT, timeout);
325 void rfcomm_process_timeout (TIMER_LIST_ENT *p_tle) argument
327 switch (p_tle->event)
330 rfc_mx_sm_execute ((tRFC_MCB *)p_tle->param, RFC_EVENT_TIMEOUT, NULL);
334 rfc_port_sm_execute ((tPORT *)p_tle
[all...]
/system/bt/stack/bnep/
H A Dbnep_main.c673 void bnep_process_timeout (TIMER_LIST_ENT *p_tle) argument
677 if (!p_tle->param)
682 p_bcb = (tBNEP_CONN *)p_tle->param;
/system/bt/stack/btm/
H A Dbtm_devctl.c239 void btm_dev_timeout (TIMER_LIST_ENT *p_tle) argument
241 TIMER_PARAM_TYPE timer_type = (TIMER_PARAM_TYPE)p_tle->param;
H A Dbtm_ble_gap.c3136 void btm_ble_timeout(TIMER_LIST_ENT *p_tle) argument
3140 switch (p_tle->event)
3159 if (NULL == (void *)(p_tle->param))
3167 btm_ble_multi_adv_configure_rpa((tBTM_BLE_MULTI_ADV_INST*)p_tle->param);
H A Dbtm_sec.c68 static void btm_sec_collision_timeout (TIMER_LIST_ENT *p_tle);
70 static void btm_sec_pairing_timeout (TIMER_LIST_ENT *p_tle);
4389 static void btm_sec_connect_after_reject_timeout (TIMER_LIST_ENT *p_tle) argument
4392 UNUSED(p_tle);
5060 static void btm_sec_pairing_timeout (TIMER_LIST_ENT *p_tle) argument
5072 UNUSED(p_tle);
5822 static void btm_sec_collision_timeout (TIMER_LIST_ENT *p_tle) argument
5824 UNUSED(p_tle);
/system/bt/stack/hid/
H A Dhidh_conn.c302 void hidh_proc_repage_timeout (TIMER_LIST_ENT *p_tle) argument
304 hidh_conn_initiate( (UINT8) p_tle->param ) ;
305 hh_cb.devices[p_tle->param].conn_tries++;
306 hh_cb.callback( (UINT8) p_tle->param, hh_cb.devices[p_tle->param].addr,
307 HID_HDEV_EVT_RETRYING, hh_cb.devices[p_tle->param].conn_tries, NULL ) ;
/system/bt/stack/l2cap/
H A Dl2c_main.c922 void l2c_process_timeout (TIMER_LIST_ENT *p_tle) argument
925 switch (p_tle->event)
928 l2c_link_timeout ((tL2C_LCB *)p_tle->param);
932 l2c_csm_execute (((tL2C_CCB *)p_tle->param), L2CEVT_TIMEOUT, NULL);
936 l2c_csm_execute (((tL2C_CCB *)p_tle->param), L2CEVT_ACK_TIMEOUT, NULL);
945 l2c_info_timeout((tL2C_LCB *)p_tle->param);
/system/bt/stack/mcap/
H A Dmca_api.c50 void mca_process_timeout(TIMER_LIST_ENT *p_tle) argument
52 if(p_tle->event == BTU_TTYPE_MCA_CCB_RSP)
54 p_tle->event = 0;
55 mca_ccb_event ((tMCA_CCB *) p_tle->param, MCA_CCB_RSP_TOUT_EVT, NULL);
/system/bt/bta/ag/
H A Dbta_ag_sco.c651 static void bta_ag_cn_timer_cback (TIMER_LIST_ENT *p_tle) argument
655 if (p_tle)
657 p_scb = (tBTA_AG_SCB *)p_tle->param;
H A Dbta_ag_main.c288 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *) p; local
292 p_buf->event = p_tle->event;
293 p_buf->layer_specific = bta_ag_scb_to_idx((tBTA_AG_SCB *) p_tle->param);
579 static void bta_ag_colli_timer_cback (TIMER_LIST_ENT *p_tle) argument
585 if (p_tle)
587 p_scb = (tBTA_AG_SCB *)p_tle->param;
/system/bt/bta/dm/
H A Dbta_dm_pm.c39 static void bta_dm_pm_timer_cback(void *p_tle);
933 static void bta_dm_pm_timer_cback(void *p_tle) argument
944 if(&bta_dm_cb.pm_timer[i].timer[j] == (TIMER_LIST_ENT*) p_tle)
H A Dbta_dm_act.c88 static void bta_dm_search_timer_cback (TIMER_LIST_ENT *p_tle);
89 static void bta_dm_disable_conn_down_timer_cback (TIMER_LIST_ENT *p_tle);
126 static void bta_dm_delay_role_switch_cback(TIMER_LIST_ENT *p_tle);
128 static void bta_dm_disable_timer_cback(TIMER_LIST_ENT *p_tle);
470 static void bta_dm_disable_timer_cback (TIMER_LIST_ENT *p_tle) argument
472 UNUSED(p_tle);
478 APPL_TRACE_EVENT(" bta_dm_disable_timer_cback trial %d ", p_tle->param);
480 if(BTM_GetNumAclLinks() && p_tle->param == 0)
1924 static void bta_dm_search_timer_cback (TIMER_LIST_ENT *p_tle) argument
1926 UNUSED(p_tle);
3479 bta_dm_disable_conn_down_timer_cback(TIMER_LIST_ENT *p_tle) argument
3580 bta_dm_delay_role_switch_cback(TIMER_LIST_ENT *p_tle) argument
[all...]
/system/bt/bta/hf_client/
H A Dbta_hf_client_main.c298 static void bta_hf_client_colli_timer_cback (TIMER_LIST_ENT *p_tle) argument
302 if (p_tle)
H A Dbta_hf_client_at.c142 static void bta_hf_client_at_resp_timer_cback (TIMER_LIST_ENT *p_tle) argument
144 if (p_tle)
223 static void bta_hf_client_at_hold_timer_cback(TIMER_LIST_ENT *p_tle) argument
227 if (p_tle)
/system/bt/bta/sys/
H A Dbta_sys_main.c620 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)data; local
622 fixed_queue_enqueue(btu_bta_alarm_queue, p_tle);
625 void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout_ms) { argument
626 assert(p_tle != NULL);
628 // Get the alarm for this p_tle.
630 if (!hash_map_has_key(bta_alarm_hash_map, p_tle)) {
631 hash_map_set(bta_alarm_hash_map, p_tle, alarm_new());
635 alarm_t *alarm = hash_map_get(bta_alarm_hash_map, p_tle);
641 p_tle->event = type;
642 p_tle
674 bta_sys_stop_timer(TIMER_LIST_ENT *p_tle) argument
[all...]
/system/bt/stack/avdt/
H A Davdt_api.c57 void avdt_process_timeout(TIMER_LIST_ENT *p_tle) argument
62 switch (p_tle->event)
86 avdt_ccb_event((tAVDT_CCB *) p_tle->param, (UINT8) (event & ~AVDT_CCB_MKR),
91 avdt_scb_event((tAVDT_SCB *) p_tle->param, event, NULL);
/system/bt/bta/av/
H A Dbta_av_main.c217 static void bta_av_timer_cback(void *p_tle) argument
220 TIMER_LIST_ENT *p = (TIMER_LIST_ENT *)p_tle;
H A Dbta_av_act.c57 static void bta_av_acp_sig_timer_cback (TIMER_LIST_ENT *p_tle);
1565 static void bta_av_acp_sig_timer_cback (TIMER_LIST_ENT *p_tle) argument
1567 UINT8 inx = (UINT8)p_tle->param;
/system/bt/stack/include/
H A Dbtu.h54 typedef void (*tBTU_TIMER_CALLBACK)(TIMER_LIST_ENT *p_tle);
190 TIMER_LIST_ENT *p_tle; /* timer entry */ member in struct:__anon1091
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);
/system/bt/stack/smp/
H A Dsmp_utils.c357 void smp_rsp_timeout(TIMER_LIST_ENT *p_tle) argument
361 UNUSED(p_tle);
/system/bt/stack/gatt/
H A Dgatt_utils.c1226 void gatt_rsp_timeout(TIMER_LIST_ENT *p_tle) argument
1228 tGATT_CLCB *p_clcb = (tGATT_CLCB *)p_tle->param;
1265 void gatt_ind_ack_timeout(TIMER_LIST_ENT *p_tle) argument
1267 tGATT_TCB * p_tcb = (tGATT_TCB *)p_tle->param;
1274 attp_send_cl_msg(((tGATT_TCB *)p_tle->param), 0, GATT_HANDLE_VALUE_CONF, NULL);
/system/bt/btif/src/
H A Dbtif_gatt_client.c248 static void btif_multi_adv_stop_cb(void *p_tle) argument
250 int client_if = ((TIMER_LIST_ENT*)p_tle)->data;

Completed in 477 milliseconds