Searched refs:MAX_RETRY_NUM (Results 1 – 2 of 2) sorted by relevance
33 const static uint32_t MAX_RETRY_NUM = 6; variable592 while (retryTimes < MAX_RETRY_NUM) { in GetDefaultDisplaySync()601 if (retryTimes >= MAX_RETRY_NUM || displayInfo == nullptr) { in GetDefaultDisplaySync()2132 while (retryTimes < MAX_RETRY_NUM) { in GetPrimaryDisplaySync()2141 if (retryTimes >= MAX_RETRY_NUM || displayInfo == nullptr) { in GetPrimaryDisplaySync()
43 const static uint32_t MAX_RETRY_NUM = 3; variable1486 while (retryTimes < MAX_RETRY_NUM) { in GetScreenPower()1499 if (retryTimes >= MAX_RETRY_NUM || !res) { in GetScreenPower()