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

  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MmcHostDxe/
MmcHostDxe.h 40 #define MAX_RETRY_COUNT (100*5)
  /device/linaro/bootloader/edk2/Omap35xxPkg/MmcHostDxe/
MmcHostDxe.h 40 #define MAX_RETRY_COUNT (100*5)
  /device/asus/fugu/libaudio/
AudioOutput.cpp 202 static const int MAX_RETRY_COUNT = 3;
231 if (retry++ >= MAX_RETRY_COUNT) {
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Flash/
Flash.h 84 #define MAX_RETRY_COUNT 1500
  /device/linaro/bootloader/edk2/Omap35xxPkg/Flash/
Flash.h 84 #define MAX_RETRY_COUNT 1500
  /system/nfc/halimpl/pn54x/hal/
phNxpNciHal.h 23 #define MAX_RETRY_COUNT 5
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
MMCHS.h 38 #define MAX_RETRY_COUNT (100*5)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcIdentification.c 25 #define MAX_RETRY_COUNT 1000
508 Timeout = MAX_RETRY_COUNT;
568 Timeout = MAX_RETRY_COUNT;
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.h 38 #define MAX_RETRY_COUNT (100*5)
  /external/ims/rcs/rcsservice/src/com/android/service/ims/
RcsStackAdaptor.java 128 private static final int MAX_RETRY_COUNT = 6;//Maximum time is 64s
606 if (currentRetry >= 0 && currentRetry <= MAX_RETRY_COUNT) {
666 if(times < 0 || times >= MAX_RETRY_COUNT){
667 times = MAX_RETRY_COUNT;
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 87 static final int MAX_RETRY_COUNT = 3;
389 if (mRetryCount < MAX_RETRY_COUNT) {
454 if (mRetryCount < MAX_RETRY_COUNT) {
468 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) {
482 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) {
  /cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java     [all...]

Completed in 651 milliseconds