Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp146 static constexpr int kUeventPollTimeoutMs = 300000; in threadLoop() local
150 int timeout = (thermal_triggered_ || is_polling_) ? kMinPollIntervalMs : kUeventPollTimeoutMs; in threadLoop()