commit | c0ad82fafda584bd74991bbf9e021ca60538ae6e | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Thu Jul 30 09:32:57 2020 -0400 |
committer | Ivan Lozano <ivanlozano@google.com> | Thu Jul 30 13:26:36 2020 -0400 |
tree | beb71ebd2f0aae098cd00dd1a6250028ccfda392 | |
parent | 80f49ee74e278929c89db6e8705d009b6ab71186 [diff] [blame] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference #inclusivefixit Bug: 161896447 Test: mma Change-Id: Ib67ce35a9f313702f6f7229b3b91a392cf2ac0d8
diff --git a/services/camera/libcameraservice/device3/Camera3OutputStream.cpp b/services/camera/libcameraservice/device3/Camera3OutputStream.cpp index 01ca006..7b812f2 100644 --- a/services/camera/libcameraservice/device3/Camera3OutputStream.cpp +++ b/services/camera/libcameraservice/device3/Camera3OutputStream.cpp
@@ -114,7 +114,7 @@ mState = STATE_ERROR; } - // Sanity check for the consumer usage flag. + // Validation check for the consumer usage flag. if ((consumerUsage & GraphicBuffer::USAGE_HW_TEXTURE) == 0 && (consumerUsage & GraphicBuffer::USAGE_HW_COMPOSER) == 0) { ALOGE("%s: Deferred consumer usage flag is illegal %" PRIu64 "!",