Searched refs:device_found (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
H A Daudio_e2e_harness.cc74 bool device_found = false; local
80 device_found = true;
84 ASSERT_TRUE(device_found);
/external/chromium_org/chromeos/audio/
H A Dcras_audio_handler.cc757 const AudioDevice* device_found = GetDeviceFromId(device.id); local
758 if (!device_found)
761 if (!IsSameAudioDevice(device, *device_found)) {
764 << " old device: " << device_found->ToString();
766 } else if (device.active != device_found->active) {
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_dispatcher.cc110 bool device_found = false; local
118 device_found = true;
126 DCHECK(device_found);
H A Duser_media_client_impl.cc928 bool device_found = false; local
932 device_found = true;
937 CHECK(device_found);
/external/chromium_org/device/nfc/
H A Dnfc_adapter_chromeos.cc176 bool device_found = false; local
180 device_found = true;
184 if (!device_found) {
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_linux_unittest.cc73 bool device_found = false; local
77 device_found = true;
83 if (!device_found) {
/external/chromium_org/remoting/host/
H A Dinput_injector_linux.cc512 bool device_found = false; local
521 device_found = true;
527 if (!device_found) {
/external/chromium_org/media/audio/win/
H A Daudio_manager_win.cc237 bool device_found = (device_interface_name == interface_detail->DevicePath);
239 if (device_found)
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_manager.cc883 bool device_found = false; local
887 device_found = true;
892 if (!device_found) {

Completed in 5073 milliseconds