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

  /frameworks/base/services/core/jni/
com_android_server_UsbMidiDevice.cpp 47 const int kMaxRetries = 10;
56 if (++retryCounter > kMaxRetries) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 139 const int kMaxRetries = 10;
140 for (; retries < kMaxRetries &&
165 if (retries == kMaxRetries && mapped_addr == 0)
  /external/libvpx/libvpx/
y4minput.c 23 const int kMaxRetries = 5;
41 } while (!feof(file) && len < size && ++retry_count < kMaxRetries);
    [all...]

Completed in 98 milliseconds