Searched refs:devices_active_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications.cc77 : delegate_(delegate), devices_active_(0) {
150 devices_active_++;
151 delegate_->PrivetNotify(devices_active_ > 1, true);
178 devices_active_ = 0;
183 devices_active_--;
184 if (devices_active_ == 0) {
187 delegate_->PrivetNotify(devices_active_ > 1, false);
H A Dprivet_notifications.h88 int devices_active_; member in class:local_discovery::PrivetNotificationsListener

Completed in 158 milliseconds