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

  /external/chromium_org/chrome/browser/storage_monitor/
media_storage_util.cc 156 bool found_device = monitor->GetStorageInfoForPath(path, &info); local
158 if (found_device && StorageInfo::IsRemovableDevice(info.device_id())) {
176 if (!found_device)
  /external/chromium_org/media/audio/win/
wavein_input_win.cc 257 bool found_device = false; local
262 found_device = true;
269 return found_device;
  /external/chromium_org/chrome/browser/devtools/adb/
android_usb_device.cc 163 bool found_device = false; local
165 it2 != usb_devices.end() && !found_device; ++it2) {
169 found_device = true;
174 if (!found_device)

Completed in 103 milliseconds