commit | 3d8595e3f91734da263f395403d2de6d65c11803 | [log] [tgz] |
---|---|---|
author | Yu Shan <shanyu@google.com> | Wed Sep 29 15:48:33 2021 -0700 |
committer | Yu Shan <shanyu@google.com> | Wed Oct 13 11:26:59 2021 -0700 |
tree | 8cc4233c385973caecf6e2ba4c916cdb9a31cf8d | |
parent | c865a586c17ed7dc2c38ad3e13c6408eceefdf4d [diff] |
Use ObjectPool objects in property store. Use object pool recyclable objects in property store API to improve code efficiency. This would reduce the number of unnecssary copy of property values. This CL also adds a upateStatus option which by default is set to false, so property from client would not override the property status. Test: atest VehicleHalVehicleUtilsTest Bug: 200737967 Change-Id: Ie96a41ee441e085e10ad1059b67c708ff7173ae0