webrtc/modules/audio_device
Oskar Sundbom 6ad9f26975 Optional: Use nullopt and implicit construction in /modules/audio_device
Changes places where we explicitly construct an Optional to instead use
nullopt or the requisite value type only.

This CL was uploaded by git cl split.

Bug: None
Change-Id: I9f581b44a43db701300e100a3ff70d90e3dd4f6e
Reviewed-on: https://webrtc-review.googlesource.com/23572
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Oskar Sundbom <ossu@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21581}
2018-01-11 13:55:11 +00:00
..
android Adds usage of RTC_LOG macros in JNI audio code on Android. 2018-01-11 11:42:31 +00:00
dummy Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
include Removes deprecated AGC APIs from the AMD interface. 2017-12-22 11:36:23 +00:00
ios Avoids audio crash in combination with invalid audio session on iOS. 2018-01-08 16:29:52 +00:00
linux Make building with X11 libraries optional. 2017-12-31 14:31:08 +00:00
mac Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
win Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
audio_device_buffer.cc Removes Set/GetRecordingChannel() from the ADM 2017-11-14 08:30:16 +00:00
audio_device_buffer.h Removes Set/GetRecordingChannel() from the ADM 2017-11-14 08:30:16 +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 Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +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 Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
audio_device_impl.h Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
audio_device_unittest.cc Optional: Use nullopt and implicit construction in /modules/audio_device 2018-01-11 13:55:11 +00:00
BUILD.gn Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" 2018-01-10 15:55:04 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fine_audio_buffer.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
fine_audio_buffer.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
fine_audio_buffer_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mock_audio_device_buffer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00