Searched defs:tle (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_task.c345 TIMER_LIST_ENT *tle = GKI_timer_getfirst(&btu_cb.timer_queue_oneshot); local
347 GKI_start_timer(TIMER_3, tle->ticks, FALSE);
882 TIMER_LIST_ENT *tle = GKI_timer_getfirst(&btu_cb.timer_queue_oneshot); local
883 GKI_start_timer(TIMER_3, tle->ticks, FALSE);
/external/bluetooth/bluedroid/gki/common/
H A Dgki_time.c512 INT32 GKI_timer_ticks_getinitial(const TIMER_LIST_ENT *tle) { argument
513 assert(tle != NULL);
514 return tle->ticks_initial;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_av.c217 static void btif_initiate_av_open_tmr_hdlr(TIMER_LIST_ENT *tle) argument
220 UNUSED(tle);
222 UNUSED(tle);
H A Dbtif_hh.c171 void btif_hh_tmr_hdlr(TIMER_LIST_ENT *tle);
1183 void btif_hh_tmr_hdlr(TIMER_LIST_ENT *tle) argument
1192 BTIF_TRACE_DEBUG("%s timer_in_use=%d", __FUNCTION__, tle->in_use );
H A Dbtif_hl.c276 void btif_hl_tmr_hdlr(TIMER_LIST_ENT *tle) argument
280 BTIF_TRACE_DEBUG("%s timer_in_use=%d", __FUNCTION__, tle->in_use );
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_int.h93 TIMER_LIST_ENT tle; /* Timer list entry */ member in struct:__anon1690
137 TIMER_LIST_ENT tle; /* Timer list entry */ member in struct:t_rfc_port
/external/libnfc-nci/src/nfa/int/
H A Dnfa_rw_int.h287 TIMER_LIST_ENT tle; /* list entry for nfa_rw timer */ member in struct:__anon24236
H A Dnfa_dm_int.h394 TIMER_LIST_ENT tle; /* timer for waiting deactivation NTF */ member in struct:__anon24121
479 TIMER_LIST_ENT tle; member in struct:__anon24123

Completed in 589 milliseconds