From c33bb7455b3ecb0fb67916d022b67fb2654ef960 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Wed, 9 Nov 2016 10:42:28 -0800 Subject: [PATCH] Update overflowed values for audio.common@2.0::types. Test: not tested. Manually inspect the generated file. Bug: 32741002 Change-Id: Id6d3681ecb30298c3a0198d852ad3f56f83071c1 --- audio/common/2.0/vts/types.vts | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/audio/common/2.0/vts/types.vts b/audio/common/2.0/vts/types.vts index 42b97f3982..9c796110b0 100644 --- a/audio/common/2.0/vts/types.vts +++ b/audio/common/2.0/vts/types.vts @@ -193,6 +193,7 @@ attribute: { } enumerator: "CNT" scalar_value: { + int32_t: 10 } enumerator: "MAX" scalar_value: { @@ -688,39 +689,39 @@ attribute: { } enumerator: "INDEX_HDR" scalar_value: { - uint32_t: -2147483648 + uint32_t: 2147483648 } enumerator: "INDEX_MASK_1" scalar_value: { - uint32_t: -2147483647 + uint32_t: 2147483649 } enumerator: "INDEX_MASK_2" scalar_value: { - uint32_t: -2147483645 + uint32_t: 2147483651 } enumerator: "INDEX_MASK_3" scalar_value: { - uint32_t: -2147483641 + uint32_t: 2147483655 } enumerator: "INDEX_MASK_4" scalar_value: { - uint32_t: -2147483633 + uint32_t: 2147483663 } enumerator: "INDEX_MASK_5" scalar_value: { - uint32_t: -2147483617 + uint32_t: 2147483679 } enumerator: "INDEX_MASK_6" scalar_value: { - uint32_t: -2147483585 + uint32_t: 2147483711 } enumerator: "INDEX_MASK_7" scalar_value: { - uint32_t: -2147483521 + uint32_t: 2147483775 } enumerator: "INDEX_MASK_8" scalar_value: { - uint32_t: -2147483393 + uint32_t: 2147483903 } } } @@ -774,6 +775,7 @@ attribute: { } enumerator: "CNT" scalar_value: { + int32_t: 4 } enumerator: "MAX" scalar_value: { @@ -1304,12 +1306,15 @@ attribute: { enumerator: "NONE" scalar_value: { + int32_t: 0 } enumerator: "SOURCE" scalar_value: { + int32_t: 1 } enumerator: "SINK" scalar_value: { + int32_t: 2 } } } @@ -1322,15 +1327,19 @@ attribute: { enumerator: "NONE" scalar_value: { + int32_t: 0 } enumerator: "DEVICE" scalar_value: { + int32_t: 1 } enumerator: "MIX" scalar_value: { + int32_t: 2 } enumerator: "SESSION" scalar_value: { + int32_t: 3 } } } @@ -1522,9 +1531,11 @@ attribute: { enumerator: "LOW" scalar_value: { + int32_t: 0 } enumerator: "NORMAL" scalar_value: { + int32_t: 1 } } }