HomeSort by relevance Sort by last modified time
    Searched defs:MAX_RETRY_COUNT (Results 1 - 14 of 14) 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
  /external/autotest/server/cros/servo/
chrome_cr50.py 42 MAX_RETRY_COUNT = 5
139 self.send_command('rw 0x4000012c %d' % (self.MAX_RETRY_COUNT + 2))
153 return int(self._servo.get('cr50_reset_count')) > self.MAX_RETRY_COUNT
  /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
502 Timeout = MAX_RETRY_COUNT;
562 Timeout = MAX_RETRY_COUNT;
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.h 38 #define MAX_RETRY_COUNT (100*5)
  /frameworks/base/services/core/java/com/android/server/utils/
ManagedApplicationService.java 72 private static final int MAX_RETRY_COUNT = 4;
449 && mRetryCount >= MAX_RETRY_COUNT)) {
  /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 88 static final int MAX_RETRY_COUNT = 3;
390 if (mRetryCount < MAX_RETRY_COUNT) {
455 if (mRetryCount < MAX_RETRY_COUNT) {
469 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) {
483 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) {
  /system/nfc/halimpl/pn54x/hal/
phNxpNciHal.h 23 #define MAX_RETRY_COUNT 5
  /cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java     [all...]

Completed in 392 milliseconds