OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retryCnt
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c
152
uint32_t
retryCnt
;
291
mTask.
retryCnt
++;
292
if (mTask.
retryCnt
< MAX_I2C_RETRY_COUNT) {
317
mTask.
retryCnt
= 0;
446
if (mTask.
retryCnt
< HACK_RETRY_SKIP_COUNT) {
/device/google/contexthub/sensorhal/
hubconnection.cpp
482
int
retryCnt
= 0;
486
} while (ret == 0 &&
retryCnt
++ < MAX_RETRY_CNT);
488
if (
retryCnt
> 0)
489
ALOGW("sendCmd: retry: count=%zu, ret=%zd,
retryCnt
=%d",
490
count, ret,
retryCnt
);
[
all
...]
Completed in 327 milliseconds