commit | 18142aed005974bf6bee76ece8afaff7c89d0b50 | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@google.com> | Tue Jul 28 12:44:37 2020 -0700 |
committer | Phil Burk <philburk@google.com> | Thu Jul 30 09:39:06 2020 -0700 |
tree | 9e2b532577c0164b0cd6291e86d1a1cd0c9957b0 | |
parent | 3fd4dee8960cd6bccbb21227d43dfef839d33875 [diff] [blame] |
aaudio: Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference BUG: 161896447 Test: all changes are in comments, so just build Change-Id: I53a4a4c2ade03dcde940e6611f7e6b46d12ffe71 Change-Id: I90ebaea4731c6ca95f312b2176792d50dea862ad
diff --git a/services/oboeservice/AAudioServiceStreamShared.cpp b/services/oboeservice/AAudioServiceStreamShared.cpp index 2ca847a..69420af 100644 --- a/services/oboeservice/AAudioServiceStreamShared.cpp +++ b/services/oboeservice/AAudioServiceStreamShared.cpp
@@ -105,7 +105,7 @@ } int32_t capacityInFrames = numBursts * framesPerBurst; - // Final sanity check. + // Final range check. if (capacityInFrames > MAX_FRAMES_PER_BUFFER) { ALOGE("calculateBufferCapacity() calc capacity %d > max %d", capacityInFrames, MAX_FRAMES_PER_BUFFER);