Home
last modified time | relevance | path

Searched refs:retryCnt (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c152 uint32_t retryCnt; member
291 mTask.retryCnt++; in setRetryTimer()
292 if (mTask.retryCnt < MAX_I2C_RETRY_COUNT) { in setRetryTimer()
317 mTask.retryCnt = 0; in setGesturePower()
446 if (mTask.retryCnt < HACK_RETRY_SKIP_COUNT) { in processI2cResponse()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp482 int retryCnt = 0; in sendCmd() local
486 } while (ret == 0 && retryCnt++ < MAX_RETRY_CNT); in sendCmd()
488 if (retryCnt > 0) in sendCmd()
490 count, ret, retryCnt); in sendCmd()