Home
last modified time | relevance | path

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

/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.cpp227 int32_t retryCount = 0; in DmaBufferSync() local
228 for (retryCount = 0; retryCount < retryMaxCount; retryCount++) { in DmaBufferSync()
235 if (retryCount >= retryMaxCount) { in DmaBufferSync()
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.c184 int retryCount = MAX_RETRY_COUNT; in HostapdCliConnect() local
188 while (retryCount-- > 0) { in HostapdCliConnect()
197 if (retryCount <= 0) { in HostapdCliConnect()
198 HDF_LOGI("Retry init hostapd ctrl failed, retryCount: %{public}d", retryCount); in HostapdCliConnect()

Completed in 3 milliseconds