webrtc/modules/audio_device/include
Tommi 87f7090fd9 Replace more instances of rtc::RefCountedObject with make_ref_counted.
This is essentially replacing `new rtc::RefCountedObject` with
`rtc::make_ref_counted` in many files. In a couple of places I
made minor tweaks to make things compile such as adding parenthesis
when they were missing.

Bug: webrtc:12701
Change-Id: I3828dbf3ee0eb0232f3a47067474484ac2f4aed2
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215973
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33852}
2021-04-27 17:01:59 +00:00
..
audio_device_data_observer.h Replace RTC_DEPRECATED with ABSL_DEPRECATED 2021-02-22 12:53:23 +00:00
audio_device_default.h Reporting audio device underrun counter 2019-08-16 11:49:55 +00:00
audio_device_defines.h Replace RTC_DEPRECATED with ABSL_DEPRECATED 2021-02-22 12:53:23 +00:00
audio_device_factory.cc Add and refactor functionality into rtc_base/win 2020-10-29 20:39:10 +00:00
audio_device_factory.h Add and refactor functionality into rtc_base/win 2020-10-29 20:39:10 +00:00
audio_device.h Remove unnecessary checks from AudioDeviceWindowsCore::CoreAudioIsSupported 2019-12-06 10:09:03 +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 Replace more instances of rtc::RefCountedObject with make_ref_counted. 2021-04-27 17:01:59 +00:00
mock_audio_transport.h In modules/audio_device replace mock macros with unified MOCK_METHOD macro 2020-05-19 09:11:48 +00:00
test_audio_device_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
test_audio_device.cc Replace more instances of rtc::RefCountedObject with make_ref_counted. 2021-04-27 17:01:59 +00:00
test_audio_device.h Format almost everything. 2019-07-08 13:45:15 +00:00