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

  /external/chromium_org/components/storage_monitor/
media_storage_util.cc 149 bool found_device = monitor->GetStorageInfoForPath(path, &info); local
151 if (found_device && StorageInfo::IsRemovableDevice(info.device_id())) {
169 if (!found_device)
  /external/chromium_org/media/audio/win/
wavein_input_win.cc 261 bool found_device = false; local
266 found_device = true;
273 return found_device;
  /external/chromium_org/third_party/webrtc/video_engine/
vie_input_manager.cc 187 bool found_device = false; local
211 found_device = true;
215 if (!found_device) {

Completed in 268 milliseconds