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

  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.cc 56 BluetoothProfileChromeOS::BluetoothProfileChromeOS()
60 BluetoothProfileChromeOS::~BluetoothProfileChromeOS() {
65 void BluetoothProfileChromeOS::Init(
109 base::Bind(&BluetoothProfileChromeOS::OnRegisterProfile,
112 base::Bind(&BluetoothProfileChromeOS::OnRegisterProfileError,
117 void BluetoothProfileChromeOS::Unregister() {
127 base::Bind(&BluetoothProfileChromeOS::OnUnregisterProfile,
129 base::Bind(&BluetoothProfileChromeOS::OnUnregisterProfileError
    [all...]
bluetooth_profile_chromeos.h 33 // The BluetoothProfileChromeOS class implements BluetoothProfile for the
35 class CHROMEOS_EXPORT BluetoothProfileChromeOS
50 BluetoothProfileChromeOS();
51 virtual ~BluetoothProfileChromeOS();
120 base::WeakPtrFactory<BluetoothProfileChromeOS> weak_ptr_factory_;
122 DISALLOW_COPY_AND_ASSIGN(BluetoothProfileChromeOS);
bluetooth_profile.cc 49 chromeos::BluetoothProfileChromeOS* profile = NULL;
50 profile = new chromeos::BluetoothProfileChromeOS();
bluetooth_device_chromeos.cc 387 BluetoothProfileChromeOS* profile_chromeos =
388 static_cast<BluetoothProfileChromeOS*>(profile);
812 BluetoothProfileChromeOS* profile_chromeos =
813 static_cast<BluetoothProfileChromeOS*>(profile);
824 BluetoothProfileChromeOS* profile_chromeos =
825 static_cast<BluetoothProfileChromeOS*>(profile);
bluetooth_adapter_chromeos.h 66 friend class BluetoothProfileChromeOS;

Completed in 125 milliseconds