HomeSort by relevance Sort by last modified time
    Searched refs:tle (Results 1 - 13 of 13) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
port_int.h 93 TIMER_LIST_ENT tle; /* Timer list entry */ member in struct:__anon6315
137 TIMER_LIST_ENT tle; /* Timer list entry */ member in struct:t_rfc_port
rfc_utils.c 223 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);
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 345 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/
gki_time.c 512 INT32 GKI_timer_ticks_getinitial(const TIMER_LIST_ENT *tle) {
513 assert(tle != NULL);
514 return tle->ticks_initial;
gki.h 199 GKI_API extern INT32 GKI_timer_ticks_getinitial(const TIMER_LIST_ENT *tle);
  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 287 TIMER_LIST_ENT tle; /* list entry for nfa_rw timer */ member in struct:__anon7941
nfa_dm_int.h 394 TIMER_LIST_ENT tle; /* timer for waiting deactivation NTF */ member in struct:__anon7826
479 TIMER_LIST_ENT tle; member in struct:__anon7828
  /external/bluetooth/bluedroid/btif/src/
btif_av.c 217 static void btif_initiate_av_open_tmr_hdlr(TIMER_LIST_ENT *tle)
220 UNUSED(tle);
222 UNUSED(tle);
    [all...]
btif_hh.c 171 void btif_hh_tmr_hdlr(TIMER_LIST_ENT *tle);
    [all...]
btif_hl.c 276 void btif_hl_tmr_hdlr(TIMER_LIST_ENT *tle)
280 BTIF_TRACE_DEBUG("%s timer_in_use=%d", __FUNCTION__, tle->in_use );
    [all...]
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 913 if (!nfa_dm_cb.disc_cb.tle.in_use)
915 nfa_dm_cb.disc_cb.tle.p_cback = (TIMER_CBACK *)nfa_dm_disc_deact_ntf_timeout_cback;
916 nfa_sys_start_timer (&nfa_dm_cb.disc_cb.tle, 0, NFA_DM_DISC_TIMEOUT_W4_DEACT_NTF);
925 else if (nfa_dm_cb.disc_cb.tle.in_use)
    [all...]
nfa_dm_act.c 509 nfa_sys_start_timer (&nfa_dm_cb.tle, NFA_DM_TIMEOUT_DISABLE_EVT, NFA_DM_DISABLE_TIMEOUT_VAL);
540 nfa_sys_stop_timer (&nfa_dm_cb.tle);
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 161 nfa_sys_start_timer(&nfa_rw_cb.tle, NFA_RW_PRESENCE_CHECK_TICK_EVT, presence_check_start_delay);
182 nfa_sys_stop_timer(&nfa_rw_cb.tle);
    [all...]

Completed in 720 milliseconds