webrtc/modules/audio_device/include
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
..
audio_device_data_observer.h Add the new CreateAudioDeviceWithDataObserver to header file 2017-11-14 22:07:59 +00:00
audio_device_default.h Separate test/fake_audio_device on API and implementation. Step 1. 2018-03-07 12:46:00 +00:00
audio_device_defines.h AudioTransport: Remove PushCaptureData() method 2018-04-04 08:04:09 +00:00
audio_device_factory.cc Adds support for new Windows ADM with limited API support. 2018-06-08 14:44:38 +00:00
audio_device_factory.h Adds support for new Windows ADM with limited API support. 2018-06-08 14:44:38 +00:00
audio_device.h Adds support for new Windows ADM with limited API support. 2018-06-08 14:44:38 +00:00
fake_audio_device.h Separate test/fake_audio_device on API and implementation. Step 1. 2018-03-07 12:46:00 +00:00
mock_audio_device.h Removes Set/GetLoudspeakerStatus APIs from the ADM. 2017-11-16 19:44:24 +00:00
mock_audio_transport.h AudioTransport: Remove PushCaptureData() method 2018-04-04 08:04:09 +00:00
test_audio_device_unittest.cc Extend TestAudioDeviceModule API. 2018-03-23 08:54:15 +00:00
test_audio_device.cc Delay the creation of the platform thread in TestAudioDeviceModule. 2018-06-12 07:36:28 +00:00
test_audio_device.h Extend TestAudioDeviceModule API. 2018-03-23 08:54:15 +00:00