HomeSort by relevance Sort by last modified time
    Searched full:bluetoothprofilemanagerclientimpl (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.cc 28 class BluetoothProfileManagerClientImpl
31 BluetoothProfileManagerClientImpl() : weak_ptr_factory_(this) {}
33 virtual ~BluetoothProfileManagerClientImpl() {
165 base::Bind(&BluetoothProfileManagerClientImpl::OnSuccess,
167 base::Bind(&BluetoothProfileManagerClientImpl::OnError,
185 base::Bind(&BluetoothProfileManagerClientImpl::OnSuccess,
187 base::Bind(&BluetoothProfileManagerClientImpl::OnError,
231 base::WeakPtrFactory<BluetoothProfileManagerClientImpl> weak_ptr_factory_;
233 DISALLOW_COPY_AND_ASSIGN(BluetoothProfileManagerClientImpl);
243 return new BluetoothProfileManagerClientImpl();
    [all...]

Completed in 521 milliseconds