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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.h 54 virtual void RemoveDevice(const dbus::ObjectPath& object_path,
bluetooth_adapter_client.h 139 virtual void RemoveDevice(const dbus::ObjectPath& object_path,
shill_device_client.h 50 virtual void RemoveDevice(const std::string& device_path) = 0;
shill_manager_client.h 43 virtual void RemoveDevice(const std::string& device_path) = 0;
fake_bluetooth_adapter_client.cc 181 void FakeBluetoothAdapterClient::RemoveDevice(
191 VLOG(1) << "RemoveDevice: " << object_path.value()
198 device_client->RemoveDevice(dbus::ObjectPath(kAdapterPath), device_path);
shill_device_client_stub.h 83 virtual void RemoveDevice(const std::string& device_path) OVERRIDE;
shill_manager_client_stub.h 81 virtual void RemoveDevice(const std::string& device_path) OVERRIDE;
shill_device_client_stub.cc 193 void ShillDeviceClientStub::RemoveDevice(const std::string& device_path){
195 RemoveDevice(device_path);
bluetooth_adapter_client.cc 162 virtual void RemoveDevice(const dbus::ObjectPath& object_path,
fake_bluetooth_device_client.h 80 void RemoveDevice(const dbus::ObjectPath& adapter_path,
shill_manager_client_stub.cc 331 void ShillManagerClientStub::RemoveDevice(const std::string& device_path) {
fake_bluetooth_device_client.cc 535 void FakeBluetoothDeviceClient::RemoveDevice(
797 RemoveDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
    [all...]
  /external/chromium_org/content/renderer/media/
video_capture_impl_manager.h 42 virtual void RemoveDevice(media::VideoCaptureSessionId id,
video_capture_impl_manager.cc 46 void VideoCaptureImplManager::RemoveDevice(
rtc_video_capture_delegate.cc 25 vc_manager_->RemoveDevice(session_id_, this);
  /external/chromium_org/content/renderer/pepper/
pepper_platform_video_capture.cc 103 manager->RemoveDevice(session_id_, handler_proxy_.get());
  /external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc 199 void RemoveDevice(const std::string& id) {
200 device_test_->RemoveDevice(id);
349 RemoveDevice(kTestDevicePath);
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc 367 RemoveDevice(

Completed in 310 milliseconds