Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dmac80211_monitor.cc64 last_woke_queues_monotonic_seconds_(0), in Mac80211Monitor()
86 last_woke_queues_monotonic_seconds_ = 0; in Start()
158 time_t elapsed = now_monotonic_seconds - last_woke_queues_monotonic_seconds_; in WakeQueuesIfNeeded()
176 last_woke_queues_monotonic_seconds_ = now_monotonic_seconds; in WakeQueuesIfNeeded()
Dmac80211_monitor.h130 time_t last_woke_queues_monotonic_seconds_; variable
Dmac80211_monitor_unittest.cc131 return mac80211_monitor_.last_woke_queues_monotonic_seconds_; in GetLastWokeQueuesMonotonicSeconds()