Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_hidl_test_utils.cpp114 uint32_t retry_count = 0; in getWifiChip() local
116 while (retry_count < kHalStartRetryMaxCount && in getWifiChip()
118 retry_count++; in getWifiChip()
/hardware/qcom/sm8150/display/hdmi_cec/
Dqhdmi_cec.cpp246 int retry_count = 0; in cec_send_message() local
251 retry_count++; in cec_send_message()
252 if (err == -EAGAIN && retry_count <= MAX_SEND_MESSAGE_RETRIES) { in cec_send_message()
/hardware/qcom/display/msm8998/hdmi_cec/
Dqhdmi_cec.cpp250 int retry_count = 0; in cec_send_message() local
255 retry_count++; in cec_send_message()
256 if (err == -EAGAIN && retry_count <= MAX_SEND_MESSAGE_RETRIES) { in cec_send_message()
/hardware/qcom/display/msm8996/hdmi_cec/
Dqhdmi_cec.cpp246 int retry_count = 0; in cec_send_message() local
251 retry_count++; in cec_send_message()
252 if (err == -EAGAIN && retry_count <= MAX_SEND_MESSAGE_RETRIES) { in cec_send_message()
/hardware/qcom/sdm845/display/hdmi_cec/
Dqhdmi_cec.cpp246 int retry_count = 0; in cec_send_message() local
251 retry_count++; in cec_send_message()
252 if (err == -EAGAIN && retry_count <= MAX_SEND_MESSAGE_RETRIES) { in cec_send_message()
/hardware/qcom/display/msm8909w_3100/hdmi_cec/
Dqhdmi_cec.cpp257 int retry_count = 0; in cec_send_message() local
262 retry_count++; in cec_send_message()
263 if (err == -EAGAIN && retry_count <= MAX_SEND_MESSAGE_RETRIES) { in cec_send_message()
/hardware/qcom/display/msm8909/hdmi_cec/
Dqhdmi_cec.cpp257 int retry_count = 0; in cec_send_message() local
262 retry_count++; in cec_send_message()
263 if (err == -EAGAIN && retry_count <= MAX_SEND_MESSAGE_RETRIES) { in cec_send_message()