|
|
Moving device description utils from AudioManager[Base] into AudioDeviceDescription; to be shared by browser/renderer
Moved from AudioManagerBase:
* device id constants,
* IsDefaultDeviceId() (renamed to IsDefaultDevice)
* UseSessionIdToSelectDevice()
Moved from AudioManager:
* GetDefaultDeviceName()
* GetCommuncationDeviceName()
AudioDeviceName:
introduced two static helpers: CreateDefault and CreateCommunications
The rest is renaming and header include fixes.
BUG= 602581
Committed: https://crrev.com/251dd5695fddf760cbd1206d634d0c9dc1572c77
Cr-Commit-Position: refs/heads/master@{#390086}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+392 lines, -314 lines) |
Patch |
 |
M |
chrome/browser/copresence/chrome_whispernet_client.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/copresence/chrome_whispernet_client_browsertest.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_api.cc
|
View
|
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_browsertest.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/desktop_capture_access_handler.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/audio_modem/audio_recorder_impl.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/audio_modem/audio_recorder_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_input_renderer_host.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_output_device_enumerator.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_output_device_enumerator_unittest.cc
|
View
|
1
2
|
3 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_renderer_host.cc
|
View
|
1
2
|
7 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_manager.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_manager_unittest.cc
|
View
|
1
2
3
|
5 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_message_filter.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognition_manager_impl.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognizer_impl_unittest.cc
|
View
|
1
2
|
12 chunks |
+23 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_renderer_mixer_manager.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_renderer_mixer_manager.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_renderer_mixer_manager_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_platform_audio_input.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/audio/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/audio/alsa/audio_manager_alsa.cc
|
View
|
1
2
3
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/audio/android/audio_android_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/audio/android/audio_manager_android.cc
|
View
|
1
2
3
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
A |
media/audio/audio_device_description.h
|
View
|
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/audio/audio_device_description.cc
|
View
|
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_device_name.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_device_name.cc
|
View
|
|
2 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/audio/audio_input_controller_unittest.cc
|
View
|
1
2
|
6 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_input_unittest.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_low_latency_input_output_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_manager.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_manager.cc
|
View
|
1
2
3
|
2 chunks |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_manager_base.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_manager_base.cc
|
View
|
1
2
3
|
5 chunks |
+5 lines, -18 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_manager_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_controller_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_device.cc
|
View
|
1
2
3
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/audio/cras/audio_manager_cras.cc
|
View
|
1
2
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/audio/cras/cras_input.cc
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/audio/cras/cras_input_unittest.cc
|
View
|
1
2
|
6 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/audio/mac/audio_low_latency_input_mac_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/audio/mac/audio_manager_mac.cc
|
View
|
1
2
3
|
4 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/audio/pulse/audio_manager_pulse.cc
|
View
|
1
2
3
|
3 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/audio/pulse/pulse_input.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/audio/pulse/pulse_output.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/audio/pulse/pulse_util.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/audio/win/audio_low_latency_input_win.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/audio/win/audio_low_latency_input_win.cc
|
View
|
1
2
3
|
5 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
media/audio/win/audio_low_latency_input_win_unittest.cc
|
View
|
1
2
3
|
5 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/audio/win/audio_low_latency_output_win.cc
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/audio/win/audio_low_latency_output_win_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/audio/win/audio_manager_win.cc
|
View
|
1
2
3
|
5 chunks |
+15 lines, -17 lines |
0 comments
|
Download
|
 |
M |
media/audio/win/core_audio_util_win.cc
|
View
|
1
|
4 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/audio/win/core_audio_util_win_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/audio/win/wavein_input_win.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/audio/win/wavein_input_win.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/mojo/services/test_mojo_media_client.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 27 (16 generated)
|