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

  /external/chromium_org/content/renderer/media/
media_stream_dispatcher.cc 111 bool device_found = false; local
119 device_found = true;
127 DCHECK(device_found);
media_stream_impl.cc 689 bool device_found = false; local
693 device_found = true;
698 CHECK(device_found);
  /external/chromium_org/remoting/host/
input_injector_linux.cc 420 bool device_found = false; local
429 device_found = true;
435 if (!device_found) {
  /external/chromium_org/chromeos/audio/
cras_audio_handler.cc 574 const AudioDevice* device_found = GetDeviceFromId(device.id); local
575 if (!device_found)
578 if (!IsSameAudioDevice(device, *device_found)) {
581 << " old device: " << device_found->ToString();
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_linux_unittest.cc 73 bool device_found = false; local
77 device_found = true;
83 if (!device_found) {
  /external/chromium_org/media/audio/win/
audio_manager_win.cc 234 bool device_found = (device_interface_name == interface_detail->DevicePath);
236 if (device_found)
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.cc 667 bool device_found = false; local
671 device_found = true;
676 if (!device_found) {
    [all...]

Completed in 576 milliseconds