Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/hdmi_cec/
Dqhdmi_cec.cpp46 const int MAX_SEND_MESSAGE_RETRIES = 1; variable
252 if (err == -EAGAIN && retry_count <= MAX_SEND_MESSAGE_RETRIES) { in cec_send_message()