Searched refs:BluetoothPairingChromeOS (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.cc37 BluetoothPairingChromeOS::BluetoothPairingChromeOS( function in class:chromeos::BluetoothPairingChromeOS
43 VLOG(1) << "Created BluetoothPairingChromeOS for "
47 BluetoothPairingChromeOS::~BluetoothPairingChromeOS() {
48 VLOG(1) << "Destroying BluetoothPairingChromeOS for "
75 void BluetoothPairingChromeOS::RequestPinCode(
87 bool BluetoothPairingChromeOS::ExpectingPinCode() const {
91 void BluetoothPairingChromeOS::SetPinCode(const std::string& pincode) {
106 void BluetoothPairingChromeOS
[all...]
H A Dbluetooth_pairing_chromeos.h15 // The BluetoothPairingChromeOS class encapsulates the logic for an individual
19 class BluetoothPairingChromeOS { class in namespace:chromeos
21 BluetoothPairingChromeOS(
24 ~BluetoothPairingChromeOS();
141 DISALLOW_COPY_AND_ASSIGN(BluetoothPairingChromeOS);
H A Dbluetooth_device_chromeos.h26 class BluetoothPairingChromeOS;
92 BluetoothPairingChromeOS* BeginPairing(
100 BluetoothPairingChromeOS* GetPairing() const;
197 scoped_ptr<BluetoothPairingChromeOS> pairing_;
H A Dbluetooth_adapter_chromeos.cc283 BluetoothPairingChromeOS* pairing = device_chromeos->GetPairing();
441 BluetoothPairingChromeOS* pairing = GetPairing(device_path);
456 BluetoothPairingChromeOS* pairing = GetPairing(device_path);
469 BluetoothPairingChromeOS* pairing = GetPairing(device_path);
486 BluetoothPairingChromeOS* pairing = GetPairing(device_path);
503 BluetoothPairingChromeOS* pairing = GetPairing(device_path);
518 BluetoothPairingChromeOS* pairing = GetPairing(device_path);
610 BluetoothPairingChromeOS* BluetoothAdapterChromeOS::GetPairing(
620 BluetoothPairingChromeOS* pairing = device_chromeos->GetPairing();
H A Dbluetooth_adapter_chromeos.h29 class BluetoothPairingChromeOS;
180 // Internal method to obtain a BluetoothPairingChromeOS object for the device
185 BluetoothPairingChromeOS* GetPairing(const dbus::ObjectPath& object_path);
H A Dbluetooth_device_chromeos.cc477 BluetoothPairingChromeOS* BluetoothDeviceChromeOS::BeginPairing(
479 pairing_.reset(new BluetoothPairingChromeOS(this, pairing_delegate));
487 BluetoothPairingChromeOS* BluetoothDeviceChromeOS::GetPairing() const {

Completed in 108 milliseconds