Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0d568fa authored by Eric Jeong's avatar Eric Jeong Committed by Automerger Merge Worker
Browse files

Return immediately when prop is not found am: 3648ac96

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/12640905

Change-Id: Ie6c4d68b6edcc9a9be54aa37044ad81a0cb28467
parents 2b2b2981 3648ac96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ Return<void> VehicleHalManager::getPropConfigs(const hidl_vec<int32_t> &properti
        } else {
            ALOGW("Requested config for undefined property: 0x%x", prop);
            _hidl_cb(StatusCode::INVALID_ARG, hidl_vec<VehiclePropConfig>());
            return Void();
        }
    }