commit | a2f59b339b498d38224cb807782f0b59d4378e91 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Mon Aug 03 16:37:24 2020 -0700 |
committer | Glenn Kasten <gkasten@android.com> | Tue Aug 04 00:13:45 2020 +0000 |
tree | ec12fb4788066f863a47993818845bdcce08711d | |
parent | 1fc724e954b4b0384ae12b095424214754c15d94 [diff] [blame] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: N/A Change-Id: I7cc02d672a35025650a515247d268693b8bc2dc5
diff --git a/services/audioflinger/Threads.cpp b/services/audioflinger/Threads.cpp index 796596a..1429acd 100644 --- a/services/audioflinger/Threads.cpp +++ b/services/audioflinger/Threads.cpp
@@ -7129,7 +7129,7 @@ const ssize_t availableToRead = mPipeSource->availableToRead(); if (availableToRead >= 0) { - // PipeSource is the master clock. It is up to the AudioRecord client to keep up. + // PipeSource is the primary clock. It is up to the AudioRecord client to keep up. LOG_ALWAYS_FATAL_IF((size_t)availableToRead > mPipeFramesP2, "more frames to read than fifo size, %zd > %zu", availableToRead, mPipeFramesP2);