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

  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 481 sp<const Type> tout = Type::create(mRS, Element::RGBA_8888(mRS), X, Y, 0); local
482 sp<Allocation> outputAlloc = Allocation::createTyped(mRS, tout);
  /system/bt/stack/gap/
gap_ble.c 623 UINT16 min, max, latency, tout; local
654 STREAM_TO_UINT16 (tout, pp);
656 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/ppp/pppd/
tty.c 991 struct timeval levelt, tout, *top; local
1096 tout.tv_sec = 0;
1097 tout.tv_usec = 10000;
1102 top = &tout;
1109 top = &tout;
    [all...]
  /system/bt/stack/l2cap/
l2c_fcr.c 178 UINT32 tout; local
183 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout;
187 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout;
192 alarm_set_on_queue(p_ccb->fcrb.mon_retrans_timer, tout,
    [all...]
  /system/bt/bta/hh/
bta_hh_le.c 1791 UINT16 min, max, latency, tout; local
    [all...]

Completed in 284 milliseconds