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

  /frameworks/base/telephony/java/com/android/internal/telephony/
RetryManager.java 382 int randomTime = mRetryArray.get(index).mRandomizationTime;
383 if (randomTime == 0) {
386 return rng.nextInt(randomTime);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
connIbss.c 230 UINT16 randomTime;
239 /* get a randomTime that is constructed of the lower 13 bits ot the system time to
241 randomTime = os_timeStampMs(((conn_t *)pData)->hOs) & 0x1FFF;
245 os_timerStart(((conn_t *)pData)->hOs, ((conn_t *)pData)->pTimer, (((conn_t *)pData)->timeout + randomTime), FALSE);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
connIbss.c 507 TI_UINT16 randomTime;
511 /* get a randomTime that is constructed of the lower 13 bits ot the system time to
513 randomTime = os_timeStampMs (pConn->hOs) & 0x1FFF;
521 pConn->timeout + randomTime,
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
connIbss.c 517 TI_UINT16 randomTime;
521 /* get a randomTime that is constructed of the lower 13 bits ot the system time to
523 randomTime = os_timeStampMs (pConn->hOs) & 0x1FFF;
531 pConn->timeout + randomTime,

Completed in 39 milliseconds