HomeSort by relevance Sort by last modified time
    Searched refs:retryCnt (Results 1 - 4 of 4) sorted by null

  /hardware/nxp/secure_element/libese-spi/p73/pal/spi/
phNxpEsePal_spi.cpp 127 int retryCnt = 0, nfc_access_retryCnt = 0;
171 retryCnt++;
172 ALOGE("Retry open eSE driver, retry cnt : %d", retryCnt);
173 if (retryCnt < MAX_RETRY_CNT) {
  /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) {
  /hardware/nxp/nfc/halimpl/self-test/
phNxpNciHal_SelfTest.cc 1059 int retryCnt = 0;
1084 if (cb_data.status != NFCSTATUS_SUCCESS && retryCnt < HAL_WRITE_MAX_RETRY) {
1085 retryCnt++;
1088 retryCnt);
    [all...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp 510 int retryCnt = 0;
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);
    [all...]

Completed in 1544 milliseconds