HomeSort by relevance Sort by last modified time
    Searched defs:tout (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 605 UINT16 min, max, latency, tout; local
636 STREAM_TO_UINT16 (tout, pp);
638 BTM_BleSetPrefConnParams (p_clcb->bda, min, max, latency, tout);
  /external/iputils/
clockdiff.c 135 struct timeval tv1, tout; local
150 tout.tv_sec = tout.tv_usec = 0;
152 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) {
211 tout.tv_sec = tmo/1000;
212 tout.tv_usec = (tmo - (tmo/1000)*1000)*1000;
216 (fd_set *)0, &tout)) <= 0)
312 struct timeval tv1, tout; local
326 tout.tv_sec = tout.tv_usec = 0
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 177 UINT32 tout; local
182 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout;
186 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout;
189 L2CAP_TRACE_DEBUG ("l2c_fcr_start_timer Tout: %u Already Running: %u wait_ack: %u ack_q_count: %u",
190 tout, p_ccb->timer_entry.in_use, p_ccb->fcrb.wait_ack, p_ccb->fcrb.waiting_for_ack_q.count);
194 btu_start_quick_timer (&p_ccb->fcrb.mon_retrans_timer, BTU_TTYPE_L2CAP_CHNL, tout*QUICK_TIMER_TICKS_PER_SEC/1000);
    [all...]
  /external/ppp/pppd/
tty.c 988 struct timeval levelt, tout, *top; local
1093 tout.tv_sec = 0;
1094 tout.tv_usec = 10000;
1099 top = &tout;
1106 top = &tout;
    [all...]

Completed in 76 milliseconds