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

  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc 130 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...]
bluetooth_device_chromeos.h 184 int num_connecting_calls_; member in class:chromeos::BluetoothDeviceChromeOS

Completed in 53 milliseconds