HomeSort by relevance Sort by last modified time
    Searched full:max_retry_count (Results 1 - 15 of 15) sorted by null

  /external/kernel-headers/original/uapi/linux/
atmlec.h 47 unsigned short max_retry_count; member in struct:atmlec_config_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atmlec.h 54 unsigned short max_retry_count; member in struct:atmlec_config_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmlec.h 54 unsigned short max_retry_count; member in struct:atmlec_config_msg
  /external/chromium_org/google_apis/gcm/engine/
registration_request.cc 104 int max_retry_count,
112 retries_left_(max_retry_count),
115 DCHECK_GE(max_retry_count, 0);
registration_request.h 89 int max_retry_count,
registration_request_unittest.cc 71 void set_max_retry_count(int max_retry_count) {
72 max_retry_count_ = max_retry_count;
  /bionic/libc/kernel/uapi/linux/
atmlec.h 59 unsigned short max_retry_count; member in struct:atmlec_config_msg
  /development/ndk/platforms/android-L/include/linux/
atmlec.h 59 unsigned short max_retry_count; member in struct:atmlec_config_msg
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
atmlec.h 59 unsigned short max_retry_count; member in struct:atmlec_config_msg
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
atmlec.h 59 unsigned short max_retry_count; member in struct:atmlec_config_msg
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
atmlec.h 59 unsigned short max_retry_count; member in struct:atmlec_config_msg
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ImageReaderTest.java 403 final int MAX_RETRY_COUNT = 20;
421 if (img == null && reTryCount < MAX_RETRY_COUNT) {
  /device/asus/fugu/libaudio/
AudioOutput.cpp 207 static const int MAX_RETRY_COUNT = 3;
236 if (retry++ >= MAX_RETRY_COUNT) {
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 262 const uint32_t max_retry_count = 1; local
263 for (uint32_t retry_count = 0; retry_count < max_retry_count; ++retry_count)
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 798 const uint32_t max_retry_count = 50; local
815 if (retry_count >= max_retry_count)
    [all...]

Completed in 672 milliseconds