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

  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc 103 std::vector<dbus::ObjectPath> object_paths, device_paths; variable
104 device_paths = object_manager_->GetObjectsWithInterface(
106 for (std::vector<dbus::ObjectPath>::iterator iter = device_paths.begin();
107 iter != device_paths.end(); ++iter) {
cros_disks_client.cc 267 std::vector<std::string> device_paths; local
268 if (!reader.PopArrayOfStrings(&device_paths)) {
273 callback.Run(device_paths);
422 std::vector<std::string> device_paths; variable
424 FROM_HERE, base::Bind(callback, device_paths));
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc 61 bool GetAdapterDeviceList(std::vector<dbus::ObjectPath>* device_paths);
126 std::vector<dbus::ObjectPath> device_paths; local
127 if (!GetAdapterDeviceList(&device_paths)) {
135 for (size_t i = 0; i < device_paths.size(); ++i) {
136 const dbus::ObjectPath& device_path = device_paths[i];
177 std::vector<dbus::ObjectPath>* device_paths) {
189 if (!reader.PopArrayOfObjectPaths(device_paths)) {
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc 314 std::vector<dbus::ObjectPath> device_paths = local
318 for (std::vector<dbus::ObjectPath>::iterator iter = device_paths.begin();
319 iter != device_paths.end(); ++iter) {

Completed in 139 milliseconds