Searched defs:RemoveDevice (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dvideo_capture_impl_manager.cc46 void VideoCaptureImplManager::RemoveDevice( function in class:content::VideoCaptureImplManager
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_adapter_client.cc174 void FakeBluetoothAdapterClient::RemoveDevice( function in class:chromeos::FakeBluetoothAdapterClient
184 VLOG(1) << "RemoveDevice: " << object_path.value()
191 device_client->RemoveDevice(dbus::ObjectPath(kAdapterPath), device_path);
H A Dfake_shill_device_client.cc228 void FakeShillDeviceClient::RemoveDevice(const std::string& device_path) { function in class:chromeos::FakeShillDeviceClient
230 RemoveDevice(device_path);
H A Dfake_shill_manager_client.cc331 void FakeShillManagerClient::RemoveDevice(const std::string& device_path) { function in class:chromeos::FakeShillManagerClient
H A Dfake_bluetooth_device_client.cc537 void FakeBluetoothDeviceClient::RemoveDevice( function in class:chromeos::FakeBluetoothDeviceClient
799 RemoveDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
/external/chromium_org/chromeos/network/
H A Dshill_property_handler_unittest.cc200 void RemoveDevice(const std::string& id) { function in class:chromeos::ShillPropertyHandlerTest
201 device_test_->RemoveDevice(id);
348 RemoveDevice(kTestDevicePath);

Completed in 182 milliseconds