OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_RETRY_COUNT
(Results
1 - 5
of
5
) sorted by null
/device/asus/fugu/libaudio/
AudioOutput.cpp
202
static const int
MAX_RETRY_COUNT
= 3;
231
if (retry++ >=
MAX_RETRY_COUNT
) {
/external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal.h
23
#define
MAX_RETRY_COUNT
5
/external/ims/rcs/rcsservice/src/com/android/service/ims/
RcsStackAdaptor.java
124
private static final int
MAX_RETRY_COUNT
= 6;//Maximum time is 64s
594
if (currentRetry >= 0 && currentRetry <=
MAX_RETRY_COUNT
) {
654
if(times < 0 || times >=
MAX_RETRY_COUNT
){
655
times =
MAX_RETRY_COUNT
;
/cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java
[
all
...]
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
TunerSessionWorker.java
130
private static final int
MAX_RETRY_COUNT
= 2;
549
if (mRetryCount <=
MAX_RETRY_COUNT
) {
562
// After
MAX_RETRY_COUNT
, give some delay of an empirically chosen value
[
all
...]
Completed in 128 milliseconds