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

  /system/connectivity/shill/wifi/
mac80211_monitor.cc 104 if (check_queues_callback_.IsCancelled()) {
105 check_queues_callback_.Reset(
109 dispatcher_->PostDelayedTask(check_queues_callback_.callback(),
115 check_queues_callback_.Cancel();
mac80211_monitor.h 135 base::CancelableClosure check_queues_callback_; member in class:shill::Mac80211Monitor
mac80211_monitor_unittest.cc 112 !mac80211_monitor_.check_queues_callback_.IsCancelled();
116 mac80211_monitor_.check_queues_callback_.IsCancelled();

Completed in 64 milliseconds