webrtc/modules/audio_device
Paulina Hensman 6c966eaf17 Remove @SuppressLint(NewApi) and guard @TargetApi methods
Also rename runningOnLollipopOrHigher() etc in WebRtcAudioUtils
to runningOnApi21OrHigher() etc since mapping API numbers to
names is error prone.

Bug: webrtc:9818
Change-Id: I4a71de72e3891ca2b6fc2341db9131bb2db4cce7
Reviewed-on: https://webrtc-review.googlesource.com/c/103820
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Reviewed-by: Henrik Andreassson <henrika@webrtc.org>
Commit-Queue: Paulina Hensman <phensman@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25009}
2018-10-05 10:36:14 +00:00
..
android Remove @SuppressLint(NewApi) and guard @TargetApi methods 2018-10-05 10:36:14 +00:00
dummy Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
include Reland "Refactor TestAudioDeviceModule to not depend on EventTimerWrapper." 2018-09-06 11:31:57 +00:00
ios Removes flaky thread checker in AudioDeviceBuffer. 2018-09-13 11:41:52 +00:00
linux Delete unused includes of assert.h 2018-10-04 14:01:44 +00:00
mac Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
win Compile audio_device without -Wno-global-constructors. 2018-10-01 08:49:51 +00:00
audio_device_buffer.cc Fixes issue where WebRTC.Audio.RecordSampleRateOffsetInPercent can report 100% (part II) 2018-09-25 14:28:10 +00:00
audio_device_buffer.h Removes flaky thread checker in AudioDeviceBuffer. 2018-09-13 11:41:52 +00:00
audio_device_config.h Reformat the WebRTC code base 2018-06-19 14:00:39 +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 Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
audio_device_impl.cc Adds stream-switch support in new Windows ADM. 2018-09-05 13:04:01 +00:00
audio_device_impl.h Adds stream-switch support in new Windows ADM. 2018-09-05 13:04:01 +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 Improves threading model in AudioDeviceTest. 2018-09-28 08:19:47 +00:00
BUILD.gn Compile audio_device without -Wno-global-constructors. 2018-10-01 08:49:51 +00:00
DEPS Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
fine_audio_buffer.cc Adds stream-switch support in new Windows ADM. 2018-09-05 13:04:01 +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