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

  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.c 278 #define MAX_RETRIES 10
377 } while ((uByte != SDIO_BITS_CODE) && (uCount < MAX_RETRIES));
396 } while ((uByte != 4) && (uCount < MAX_RETRIES));
417 } while ((uByte != 3) && (uCount < MAX_RETRIES));
439 } while (((uLong & FN0_FBR2_REG_108_BIT_MASK) != uBlkSize) && (uCount < MAX_RETRIES));
441 if (uCount >= MAX_RETRIES)
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 142 public static final int MAX_RETRIES = 5;
  /system/core/fastboot/
usb_linux.c 54 #define MAX_RETRIES 5
349 if ( ++retry > MAX_RETRIES ) return -1;
  /external/bluetooth/bluez/health/
mcap_sync.c 52 #define MAX_RETRIES 10
339 retries = MAX_RETRIES;
  /frameworks/base/services/java/com/android/server/
MountService.java     [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 339 milliseconds