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

/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
H A Dsynaptics_s3708.c152 uint32_t retryCnt; member in struct:TaskStruct
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/
H A Dhubconnection.cpp510 int retryCnt = 0; local
514 } while (ret == 0 && retryCnt++ < MAX_RETRY_CNT);
516 if (retryCnt > 0)
517 ALOGW("sendCmd: retry: count=%zu, ret=%zd, retryCnt=%d",
518 count, ret, retryCnt);

Completed in 119 milliseconds