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

  /external/chromium_org/chromeos/dbus/
fake_nfc_device_client.h 21 static const char kDevicePath[];
82 // list of records exposed for |kDevicePath|. This method will immediately
88 // |kDevicePath|. This method takes effect immediately and triggers a
fake_nfc_device_client.cc 22 const char FakeNfcDeviceClient::kDevicePath[] = "/fake/device0";
60 dbus::ObjectPath(kDevicePath))));
82 device_paths.push_back(dbus::ObjectPath(kDevicePath));
143 DeviceRemoved(dbus::ObjectPath(kDevicePath)));
147 adapter_client->UnsetDevice(dbus::ObjectPath(kDevicePath));
192 adapter_client->SetDevice(dbus::ObjectPath(kDevicePath));
194 DeviceAdded(dbus::ObjectPath(kDevicePath)));
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 85 static const wchar_t kDevicePath[] = L"DevicePath";
204 if (SUCCEEDED(bag->Read(kDevicePath, &path, 0)) &&
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 63 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("C:\\qux");
65 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("/qux");
179 StorageInfo(device_id_, kDevicePath, base::ASCIIToUTF16(kDeviceName),

Completed in 5348 milliseconds