Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dmac80211_monitor.cc257 vector<string> stopflags_and_length = base::SplitString( in ParseQueueState() local
260 if (stopflags_and_length.size() != 2) { in ParseQueueState()
273 if (!base::HexStringToUInt(stopflags_and_length[0], &stop_flags)) { in ParseQueueState()
277 if (!base::StringToSizeT(stopflags_and_length[1], &queue_length)) { in ParseQueueState()