Searched refs:tle (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/rfcomm/
H A Dport_int.h93 TIMER_LIST_ENT tle; /* Timer list entry */ member in struct:__anon1247
137 TIMER_LIST_ENT tle; /* Timer list entry */ member in struct:t_rfc_port
H A Drfc_utils.c223 TIMER_LIST_ENT *p_tle = &p_mcb->tle;
244 btu_stop_timer (&p_mcb->tle);
257 TIMER_LIST_ENT *p_tle = &p_port->rfc.tle;
278 btu_stop_timer (&p_port->rfc.tle);
/system/bt/btif/src/
H A Dbtif_av.c223 static void btif_initiate_av_open_tmr_hdlr(TIMER_LIST_ENT *tle) argument
226 UNUSED(tle);
228 UNUSED(tle);
H A Dbtif_hh.c169 void btif_hh_tmr_hdlr(TIMER_LIST_ENT *tle);
1180 void btif_hh_tmr_hdlr(TIMER_LIST_ENT *tle) argument
1189 BTIF_TRACE_DEBUG("%s timer_in_use=%d", __FUNCTION__, tle->in_use );
H A Dbtif_hl.c289 void btif_hl_tmr_hdlr(TIMER_LIST_ENT *tle) argument
293 BTIF_TRACE_DEBUG("%s timer_in_use=%d", __FUNCTION__, tle->in_use );

Completed in 154 milliseconds