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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_service_provider.h 38 virtual void RequestDisconnection(
fake_bluetooth_profile_service_provider.cc 50 void FakeBluetoothProfileServiceProvider::RequestDisconnection(
53 VLOG(1) << object_path_.value() << ": RequestDisconnection for "
55 delegate_->RequestDisconnection(device_path, callback);
bluetooth_profile_service_provider.h 94 virtual void RequestDisconnection(const dbus::ObjectPath& device_path,
bluetooth_profile_service_provider.cc 58 base::Bind(&BluetoothProfileServiceProviderImpl::RequestDisconnection,
143 void RequestDisconnection(
152 LOG(WARNING) << "RequestDisconnection called with incorrect paramters: "
163 delegate_->RequestDisconnection(device_path, callback);
fake_bluetooth_device_client.cc 379 profile_service_provider->RequestDisconnection(
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.h 67 virtual void RequestDisconnection(
bluetooth_profile_chromeos.cc 170 void BluetoothProfileChromeOS::RequestDisconnection(

Completed in 146 milliseconds