webrtc/modules/audio_device
Sami Kalliomäki e1d617c266 Delay the creation of the platform thread in TestAudioDeviceModule.
This allows constructing TestAudioDeviceModule on a different thread
than the worker thread and avoids unnecessary invoke. Before,
thread->Start() would fail in a thread check.

Bug: b/79961243
Change-Id: I5c55d8feada2b0ae12bc121f3f795e76a8d04059
Reviewed-on: https://webrtc-review.googlesource.com/82941
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Sami Kalliomäki <sakal@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23574}
2018-06-12 07:36:28 +00:00
..
android Adds stereo support to FineAudioBuffer for mobile platforms. 2018-04-24 11:58:54 +00:00
dummy Move file_wrapper.h to rtc_base/system/ 2018-03-23 11:17:15 +00:00
include Delay the creation of the platform thread in TestAudioDeviceModule. 2018-06-12 07:36:28 +00:00
ios Thread checker fails when switching to/from bluetooth headset. 2018-05-29 14:50:04 +00:00
linux Remove unused members from AudioDeviceBuffer 2018-01-16 10:20:32 +00:00
mac Fixes leak of AudioDeviceID array due to early return in AudioDeviceMac::GetNumberDevices() 2018-06-01 11:53:51 +00:00
win Adds support for new Windows ADM with limited API support. 2018-06-08 14:44:38 +00:00
audio_device_buffer.cc Adds stereo support to FineAudioBuffer for mobile platforms. 2018-04-24 11:58:54 +00:00
audio_device_buffer.h Delete unneeded includes of wav_file.h and file_wrapper.h. 2018-03-20 15:59:27 +00:00
audio_device_config.h Don't build windows core audio if using dummy file devices. 2017-10-27 12:53:34 +00:00
audio_device_data_observer.cc AudioTransport: Remove PushCaptureData() method 2018-04-04 08:04:09 +00:00
audio_device_generic.cc Removes Set/GetLoudspeakerStatus APIs from the ADM. 2017-11-16 19:44:24 +00:00
audio_device_generic.h Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
audio_device_impl.cc Adds support for new Windows ADM with limited API support. 2018-06-08 14:44:38 +00:00
audio_device_impl.h Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
audio_device_name.cc Ports CoreAudioUtil from Chrome to WebRTC. 2018-05-18 10:25:26 +00:00
audio_device_name.h Ports CoreAudioUtil from Chrome to WebRTC. 2018-05-18 10:25:26 +00:00
audio_device_unittest.cc Adds support for new Windows ADM with limited API support. 2018-06-08 14:44:38 +00:00
BUILD.gn Adds support for new Windows ADM with limited API support. 2018-06-08 14:44:38 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fine_audio_buffer.cc Adds support for new Windows ADM with limited API support. 2018-06-08 14:44:38 +00:00
fine_audio_buffer.h Adds stereo support to FineAudioBuffer for mobile platforms. 2018-04-24 11:58:54 +00:00
fine_audio_buffer_unittest.cc Adds stereo support to FineAudioBuffer for mobile platforms. 2018-04-24 11:58:54 +00:00
mock_audio_device_buffer.h Remove unused members from AudioDeviceBuffer 2018-01-16 10:20:32 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00