commit | 946e04580bcd2fa69f99773124936570ec8cba6c | [log] [tgz] |
---|---|---|
author | Ram Indani <ramindani@google.com> | Mon Apr 03 20:54:03 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Apr 03 20:54:03 2023 +0000 |
tree | 079c4949b3b27f885c6ef3a699ce96e84e04c54e | |
parent | 3972fcdb1f493bae3e0747056be76b80d49a13ee [diff] | |
parent | 708d49cfce0cfa4ef9bd222ea694dbc6338d8798 [diff] |
Merge "VTS add length is not zero check for executeSetClientTarget" into udc-dev
diff --git a/automotive/evs/aidl/android/hardware/automotive/evs/ExposureParameters.aidl b/automotive/evs/aidl/android/hardware/automotive/evs/ExposureParameters.aidl index 6a85ade..e644fed 100644 --- a/automotive/evs/aidl/android/hardware/automotive/evs/ExposureParameters.aidl +++ b/automotive/evs/aidl/android/hardware/automotive/evs/ExposureParameters.aidl
@@ -42,7 +42,7 @@ /** Remainder exposure time in clocks. */ long fineIntegrationTimeInPixelClocks; /** - * Logarthm value of coarse integration time multiplier. + * Logarithm value of coarse integration time multiplier. */ int coarseIntegrationTimeLShift; }
diff --git a/automotive/evs/aidl/android/hardware/automotive/evs/GridStatistics.aidl b/automotive/evs/aidl/android/hardware/automotive/evs/GridStatistics.aidl index e66c51e..57f72ea 100644 --- a/automotive/evs/aidl/android/hardware/automotive/evs/GridStatistics.aidl +++ b/automotive/evs/aidl/android/hardware/automotive/evs/GridStatistics.aidl
@@ -25,7 +25,7 @@ */ @VintfStability parcelable GridStatistics { - /** */ + /** Descriptors of grid statistics in shared memory. */ GridStatisticDesc[] descriptors; /** * Shared memory object containing one or more grid statistics.
diff --git a/graphics/composer/2.3/utils/command-buffer/include/composer-command-buffer/2.3/ComposerCommandBuffer.h b/graphics/composer/2.3/utils/command-buffer/include/composer-command-buffer/2.3/ComposerCommandBuffer.h index afc22d8..5e9a287 100644 --- a/graphics/composer/2.3/utils/command-buffer/include/composer-command-buffer/2.3/ComposerCommandBuffer.h +++ b/graphics/composer/2.3/utils/command-buffer/include/composer-command-buffer/2.3/ComposerCommandBuffer.h
@@ -87,6 +87,10 @@ return; } + if (metadata.size() == 0) { + return; + } + // space for numElements commandLength += 1;