HomeSort by relevance Sort by last modified time
    Searched refs:last_woke_queues_monotonic_seconds_ (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/wifi/
mac80211_monitor.cc 64 last_woke_queues_monotonic_seconds_(0),
86 last_woke_queues_monotonic_seconds_ = 0;
158 time_t elapsed = now_monotonic_seconds - last_woke_queues_monotonic_seconds_;
176 last_woke_queues_monotonic_seconds_ = now_monotonic_seconds;
mac80211_monitor.h 130 time_t last_woke_queues_monotonic_seconds_; member in class:shill::Mac80211Monitor
mac80211_monitor_unittest.cc 131 return mac80211_monitor_.last_woke_queues_monotonic_seconds_;

Completed in 123 milliseconds