Inclusive language in //sdk/android.

Bug: webrtc:11680
Change-Id: I80f6b3c2ba21f49b0c05ebc27aecfc27a7be5836
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178392
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31590}
This commit is contained in:
Mirko Bonadei
2020-06-30 14:18:00 +02:00
committed by Commit Bot
parent 3cb0985983
commit f9e5248f5d
4 changed files with 8 additions and 8 deletions

View File

@ -516,7 +516,7 @@ class AndroidAudioDeviceModule : public AudioDeviceModule {
}
// Returns true if the device both supports built in AEC and the device
// is not blacklisted.
// is not blocklisted.
// Currently, if OpenSL ES is used in both directions, this method will still
// report the correct value and it has the correct effect. As an example:
// a device supports built in AEC and this method returns true. Libjingle
@ -544,7 +544,7 @@ class AndroidAudioDeviceModule : public AudioDeviceModule {
}
// Returns true if the device both supports built in NS and the device
// is not blacklisted.
// is not blocklisted.
// TODO(henrika): add implementation for OpenSL ES based audio as well.
// In addition, see comments for BuiltInAECIsAvailable().
bool BuiltInNSIsAvailable() const override {