Searched refs:kUeventPollTimeoutMs (Results 1 – 1 of 1) sorted by relevance
146 static constexpr int kUeventPollTimeoutMs = 300000; in threadLoop() local150 int timeout = (thermal_triggered_ || is_polling_) ? kMinPollIntervalMs : kUeventPollTimeoutMs; in threadLoop()