HomeSort by relevance Sort by last modified time
    Searched full:retries (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /external/ppp/pppd/plugins/radius/
buildreq.c 64 int timeout, int retries)
70 data->retries = retries;
196 int retries = rc_conf_int("radius_retries"); local
224 authserver->port[i], timeout, retries);
254 int retries = rc_conf_int("radius_retries"); local
268 authserver->port[i], timeout, retries);
300 int retries = rc_conf_int("radius_retries"); local
337 acctserver->port[i], timeout, retries);
383 int retries = rc_conf_int("radius_retries") local
421 int retries = rc_conf_int("radius_retries"); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RetryManager.java 57 * <li>3 retries with no randomization value which means its 0:
60 * <li>10 retries with a 500 default randomization value for each and
61 * the 4..10 retries all using 3000 as the delay:
64 * <li>4 retries with a 100 as the default randomization value for the first 2 values and
68 * <li>Infinite number of retries with the first one at 1000, the second at 2000 all
99 * The maximum number of retries to attempt before
104 /** The current number of retries */
119 * @param maxRetryCount is the maximum number of retries
242 * @return {@code true} if the max retries has not been reached. {@code
  /system/core/libcutils/
zygote.c 221 int retries; local
226 for (retries = 0; (fd < 0) && (retries < ZYGOTE_RETRY_COUNT); retries++) {
227 if (retries > 0) {
ashmem-host.c 40 unsigned int retries = 0; local
63 if (errno == EEXIST && ++retries < 6)
  /system/vold/
Volume.cpp 439 int retries = 5; local
441 while(retries--) {
454 if (retries == 1) {
456 } else if (retries == 2) {
460 SLOGW("Failed to move %s -> %s (%s, retries %d, action %d)",
461 src, dst, strerror(errno), retries, action);
472 int retries = 10; local
478 while (retries--) {
487 if (retries == 1) {
489 } else if (retries == 2)
    [all...]
  /external/kernel-headers/original/linux/mmc/
mmc.h 54 unsigned int retries; /* max number of retries */ member in struct:mmc_command
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdstd.c 912 int retries; local
945 retries = RETRIES_SMALL;
947 if (retries == RETRIES_SMALL)
950 if (!--retries) {
987 retries = RETRIES_LARGE;
990 } while (--retries &&
995 if (!retries) {
1002 retries = RETRIES_LARGE;
1006 SW_RESET_CMD)) && retries--);
1008 if (!retries) {
1134 uint retries; local
1195 int retries = RETRIES_LARGE; local
1456 int retries, status; local
2093 int retries = RETRIES_LARGE; local
2191 int retries = RETRIES_LARGE; local
2257 int retries = RETRIES_LARGE; local
2327 int retries; local
2591 int retries = RETRIES_LARGE; local
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.h 104 /* number of retries for each rate in each class in the policy that we set to the FW */
114 /* Callback for update retries in Link Test */
  /system/core/nexus/
Controller.cpp 78 int retries = 10; local
80 while (retries--) {
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
Ctrl.h 104 /* number of retries for each rate in each class in the policy that we set to the FW */
114 /* Callback for update retries in Link Test */
  /bionic/libc/kernel/common/linux/mmc/
mmc.h 50 unsigned int retries; member in struct:mmc_command
  /development/ndk/platforms/android-3/include/linux/mmc/
mmc.h 50 unsigned int retries; member in struct:mmc_command
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h 39 #define CONFIG_RT 0x01 /* Retries */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mmc/
mmc.h 50 unsigned int retries; member in struct:mmc_command
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mmc/
mmc.h 50 unsigned int retries; member in struct:mmc_command
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mmc/
mmc.h 50 unsigned int retries; member in struct:mmc_command
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mmc/
mmc.h 50 unsigned int retries; member in struct:mmc_command
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mmc/
mmc.h 50 unsigned int retries; member in struct:mmc_command
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mmc/
mmc.h 50 unsigned int retries; member in struct:mmc_command
  /external/kernel-headers/original/linux/
ftape.h 88 /* This defines the number of retries that the driver will allow
92 #define FT_SOFT_RETRIES 1 /* number of low level retries */
95 #define FT_SOFT_RETRIES 6 /* number of low level retries (triple) */
hdreg.h 206 #define WIN_READ_ONCE 0x21 /* 28-Bit without retries */
208 #define WIN_READ_LONG_ONCE 0x23 /* 28-Bit without retries */
221 #define WIN_WRITE_ONCE 0x31 /* 28-Bit without retries */
223 #define WIN_WRITE_LONG_ONCE 0x33 /* 28-Bit without retries */
238 #define WIN_VERIFY_ONCE 0x41 /* 28-Bit - without retries */
275 #define WIN_READDMA_ONCE 0xC9 /* 28-Bit - without retries */
277 #define WIN_WRITEDMA_ONCE 0xCB /* 28-Bit - without retries */
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
radiotap.h 175 * Number of rts retries a transmitted frame used.
179 * Number of unicast retries a transmitted frame used.
238 * retries */
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
whalDefaultParams.h 213 /* This field indicates the number of transmit retries to attempt at
217 If this field is 0, then there will be 0 retries before starting fallback.*/
218 #define HAL_CTRL_RATE_FB_RETRY_LIMIT_MIN 0 /* => No retries before starting RateFallBack */
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterQOS.h 149 number of transmits retries to perform for short packets.
151 uShortRetry - Maximum number of transmits retries to perform for
162 Desc: This function gets the maximum number of transmits retries to perform
165 puShortRetry - Maximum number of transmits retries to perform for
178 number of transmits retries to perform for long packets.
180 uLongRetry - Maximum number of transmits retries to perform for long
191 Desc: This function gets the maximum number of transmits retries to perform
194 puLongRetry - Maximum number of transmits retries to perform for long
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_cdc.c 54 #define RETRIES 2 /* # of retries to retrieve matching ioctl response */
119 int ret = 0, retries = 0; local
165 if ((id < prot->reqid) && (++retries < RETRIES))

Completed in 588 milliseconds

1 2 3 4 5 6 7 8 9