commit | 4a8f27257ed0659ee9308a9d00397c897c42c970 | [log] [tgz] |
---|---|---|
author | Yu Shan <shanyu@google.com> | Wed Sep 14 19:17:50 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 14 19:17:50 2022 +0000 |
tree | a4a13b1e338e6d227374262d2fc841007c910a19 | |
parent | 07b026a12e51445e93be567361dbafa02f5eb4e2 [diff] | |
parent | 5f21bec7d6b27112a4a9064044179308d03ba370 [diff] |
Merge "Update comment for SUPPORTED_PROPERTY_IDS." am: 5f21bec7d6 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/19945783 Change-Id: I7a3eaefe2ce53abe757f7c677e1f678f64c3463a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h b/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h index 91d7846..e803e81 100644 --- a/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +++ b/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h
@@ -1183,12 +1183,14 @@ { .config = { - // VHAL_SUPPORTED_PROPERTY_IDS + // SUPPORTED_PROPERTY_IDS .prop = 289476424, .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::STATIC, // Fetch 100 configs in one request. This number is just arbitrarily - // chosen. + // chosen here. But some HAL impl with bigger config data may need a + // smaller number to make sure the configs returned in one request + // fits the binder data size limitation. .configArray = {100}, }, // All supported property IDs. This list is checked by