Searched refs:MAX_TIME_WAITING_FOR_CALLBACK (Results 1 – 3 of 3) sorted by relevance
31 constexpr uint32_t MAX_TIME_WAITING_FOR_CALLBACK = 40; variable113 } while (times_ <= MAX_TIME_WAITING_FOR_CALLBACK); in CheckDisplayStateCallback()124 } while (times_ <= MAX_TIME_WAITING_FOR_CALLBACK); in CheckDisplayPowerEventCallback()
33 constexpr uint32_t MAX_TIME_WAITING_FOR_CALLBACK = 20; variable132 } while (times_ <= MAX_TIME_WAITING_FOR_CALLBACK); in CheckDisplayChangeEventCallback()
48 constexpr uint32_t MAX_TIME_WAITING_FOR_CALLBACK = 200; variable171 while (times < MAX_TIME_WAITING_FOR_CALLBACK) { in CheckSurfaceCaptureCallback()