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

Commit bd8bb441 authored by android-build-team Robot's avatar android-build-team Robot Committed by Android (Google) Code Review
Browse files

Merge "rename hidl_enum_{iterator,range}" into pi-dev-plus-aosp

parents f308d98f 620e5229
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ bool isValidEffect(jlong effect) {
        return false;
    }
    R val = static_cast<R>(effect);
    auto iter = hardware::hidl_enum_iterator<R>();
    auto iter = hardware::hidl_enum_range<R>();
    return val >= *iter.begin() && val < *std::prev(iter.end());
}