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

  /external/chromium_org/device/hid/
hid_service.h 52 void RemoveDevice(const HidDeviceId& device_id);
input_service_linux.h 79 void RemoveDevice(const std::string& id);
hid_service.cc 86 void HidService::RemoveDevice(const HidDeviceId& device_id) {
input_service_linux.cc 147 RemoveDevice(devnode);
231 void InputServiceLinux::RemoveDevice(const std::string& id) {
hid_service_linux.cc 159 RemoveDevice(device_path);
hid_service_win.cc 229 RemoveDevice(device_path);
hid_service_mac.cc 179 RemoveDevice(hid_device);
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.h 54 virtual void RemoveDevice(const dbus::ObjectPath& object_path,
bluetooth_adapter_client.h 135 virtual void RemoveDevice(const dbus::ObjectPath& object_path,
shill_device_client.h 50 virtual void RemoveDevice(const std::string& device_path) = 0;
fake_bluetooth_adapter_client.cc 190 void FakeBluetoothAdapterClient::RemoveDevice(
200 VLOG(1) << "RemoveDevice: " << object_path.value()
207 device_client->RemoveDevice(dbus::ObjectPath(kAdapterPath), device_path);
fake_shill_device_client.h 92 virtual void RemoveDevice(const std::string& device_path) OVERRIDE;
shill_manager_client.h 42 virtual void RemoveDevice(const std::string& device_path) = 0;
fake_shill_device_client.cc 260 void FakeShillDeviceClient::RemoveDevice(const std::string& device_path) {
262 RemoveDevice(device_path);
bluetooth_adapter_client.cc 152 virtual void RemoveDevice(const dbus::ObjectPath& object_path,
fake_bluetooth_device_client.h 96 void RemoveDevice(const dbus::ObjectPath& adapter_path,
fake_shill_manager_client.h 84 virtual void RemoveDevice(const std::string& device_path) OVERRIDE;
fake_bluetooth_device_client.cc 639 void FakeBluetoothDeviceClient::RemoveDevice(
736 RemoveDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
    [all...]
fake_shill_manager_client.cc 369 void FakeShillManagerClient::RemoveDevice(const std::string& device_path) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/device/
input_service_proxy_browsertest.cc 32 void RemoveDeviceForTesting(const std::string& id) { RemoveDevice(id); }
116 void RemoveDevice(const std::string& id) {
187 BrowserThread::FILE, FROM_HERE, base::Bind(&RemoveDevice, kMouseId));
  /external/chromium_org/chromeos/network/
network_device_handler_unittest.cc 235 fake_device_client_->GetTestInterface()->RemoveDevice(kDefaultWifiDevicePath);
268 fake_device_client_->GetTestInterface()->RemoveDevice(kDefaultWifiDevicePath);
shill_property_handler_unittest.cc 210 void RemoveDevice(const std::string& id) {
211 device_test_->RemoveDevice(id);
354 RemoveDevice(kTestDevicePath);
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc 428 RemoveDevice(
bluetooth_gatt_chromeos_unittest.cc 491 fake_bluetooth_device_client_->RemoveDevice(
576 fake_bluetooth_device_client_->RemoveDevice(
    [all...]

Completed in 842 milliseconds