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

  /system/connectivity/shill/wifi/
mac80211_monitor.cc 190 if (!queue_state.stop_flags) {
196 stuck_flags = stuck_flags | queue_state.stop_flags;
267 uint32_t stop_flags; local
273 if (!base::HexStringToUInt(stopflags_and_length[0], &stop_flags)) {
281 queue_states.emplace_back(queue_number, stop_flags, queue_length);
mac80211_monitor.h 44 : queue_number(queue_number_in), stop_flags(stop_flags_in),
48 uint32_t stop_flags; member in struct:shill::Mac80211Monitor::QueueState
mac80211_monitor_unittest.cc 199 a.stop_flags == b.stop_flags &&

Completed in 64 milliseconds