Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: media/audio/android/audio_manager_android.cc

Issue 139083002: Ensure Android RunSymmetric test can select the AudioRecord path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/audio/android/audio_android_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/android/audio_manager_android.cc
diff --git a/media/audio/android/audio_manager_android.cc b/media/audio/android/audio_manager_android.cc
index 7601dcbdb215568b7cb433c3b2cc50ec609d50fd..240dfdcb53dc71409408be82bc1ba52e99bed057 100644
--- a/media/audio/android/audio_manager_android.cc
+++ b/media/audio/android/audio_manager_android.cc
@@ -210,7 +210,7 @@ AudioInputStream* AudioManagerAndroid::MakeLowLatencyInputStream(
// Note that the input device is always associated with a certain output
// device, i.e., this selection does also switch the output device.
// All input and output streams will be affected by the device selection.
- if (!SetAudioDevice(device_id)) {
+ if (!SetAudioDevice(device_id)) {
henrika (OOO until Aug 14) 2014/01/15 10:09:12 Thanks.
LOG(ERROR) << "Unable to select audio device!";
return NULL;
}
« no previous file with comments | « media/audio/android/audio_android_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698