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

  /external/chromium_org/content/renderer/media/
video_capture_impl_manager.cc 46 void VideoCaptureImplManager::RemoveDevice(
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.cc 174 void FakeBluetoothAdapterClient::RemoveDevice(
184 VLOG(1) << "RemoveDevice: " << object_path.value()
191 device_client->RemoveDevice(dbus::ObjectPath(kAdapterPath), device_path);
fake_shill_device_client.cc 228 void FakeShillDeviceClient::RemoveDevice(const std::string& device_path) {
230 RemoveDevice(device_path);
fake_shill_manager_client.cc 331 void FakeShillManagerClient::RemoveDevice(const std::string& device_path) {
fake_bluetooth_device_client.cc 537 void FakeBluetoothDeviceClient::RemoveDevice(
799 RemoveDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
    [all...]
  /external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc 200 void RemoveDevice(const std::string& id) {
201 device_test_->RemoveDevice(id);
348 RemoveDevice(kTestDevicePath);

Completed in 599 milliseconds