summaryrefslogtreecommitdiff
path: root/camera/common/1.0/default/CameraModule.cpp
diff options
context:
space:
mode:
authorLakshman Annadorai <lakshmana@google.com>2020-09-11 11:25:43 -0700
committerLakshman Annadorai <lakshmana@google.com>2020-09-22 21:54:42 +0000
commitbfaf79c9c6f0ea02656d2dab14f4d74949afe70e (patch)
tree6497fec873dfb8fbcd11cdd633a1bde052ab3633 /camera/common/1.0/default/CameraModule.cpp
parentf10a9af711515da477fff30960fa1888a564b1a7 (diff)
Remove MIN and MAX checking for hidl_enum in UserHalHelper native library.
VehiclePropValue enums is not sorted by their values. Thus obtaining MIN and MAX values for this enum is O(N), which is the same as looping through all the values and checking whether a given int32_t is in the enum. Test: Tested with `atest -c android.hardware.automotive.vehicle@2.0-utils-unit-tests`. Bug: 168249409 Change-Id: I296a56e31caa7a5ee69eac49806810f83e46571e (cherry picked from commit b7d50b91eb08c0d321718e3d74e740f3b04b3eac)
Diffstat (limited to 'camera/common/1.0/default/CameraModule.cpp')
0 files changed, 0 insertions, 0 deletions