OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_RETRY_COUNT
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal.h
23
#define
MAX_RETRY_COUNT
5
phNxpNciHal.c
563
if((status != NFCSTATUS_SUCCESS) && (nxpncihal_ctrl.retry_cnt >=
MAX_RETRY_COUNT
))
878
if(nxpncihal_ctrl.retry_cnt++ <
MAX_RETRY_COUNT
)
[
all
...]
/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
;
/device/asus/fugu/libaudio/
AudioOutput.cpp
202
static const int
MAX_RETRY_COUNT
= 3;
231
if (retry++ >=
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 432 milliseconds