Home
last modified time | relevance | path

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

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