Searched defs:IsIdle (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/wimax/
H A Dwimax.cc210 bool WiMax::IsIdle() const { function in class:shill::WiMax
/system/connectivity/shill/wifi/
H A Dwifi.cc662 bool WiFi::IsIdle() const { function in class:shill::WiFi
1403 if ((provider_->NumAutoConnectableServices() < 1) && IsIdle()) {
1447 } else if (scan_state_ != kScanIdle && IsIdle()) {
1501 SetScanState(IsIdle() ? kScanScanning : kScanBackgroundScanning,
1523 if (!IsIdle()) {
1931 if (IsIdle()) {
1944 if (!IsIdle()) {
2088 if (scan_state_ == kScanIdle && IsIdle()) {

Completed in 215 milliseconds