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

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc130 num_connecting_calls_(0),
285 return num_connecting_calls_ > 0;
321 if (num_connecting_calls_++ == 0)
324 VLOG(1) << object_path_.value() << ": Connecting, " << num_connecting_calls_
561 if (--num_connecting_calls_ == 0)
564 DCHECK(num_connecting_calls_ >= 0);
565 VLOG(1) << object_path_.value() << ": Connected, " << num_connecting_calls_
591 if (--num_connecting_calls_ == 0)
594 DCHECK(num_connecting_calls_ >= 0);
597 VLOG(1) << object_path_.value() << ": " << num_connecting_calls_
[all...]
H A Dbluetooth_device_chromeos.h184 int num_connecting_calls_; member in class:chromeos::BluetoothDeviceChromeOS

Completed in 528 milliseconds