commit | d08bb8222235f8d3fc1fef3e20d93b68f3233447 | [log] [tgz] |
---|---|---|
author | Padmanabhan Komanduru <pkomandu@codeaurora.org> | Thu Sep 10 14:51:07 2020 +0530 |
committer | Rheygine Medel <rmedel@codeaurora.org> | Wed Sep 16 12:03:01 2020 -0700 |
tree | 9ecc04af688183d200fb8d9168f8127012300e87 | |
parent | 7c6fc8e1555a67c26b8cbfb4314c33363ff83026 [diff] |
displayconfig: perform hidl_cb for default switch case Change-Id: Iff191b7278840e39aedd68f2436368e6453cdcd6 CRs-Fixed: 2777786
diff --git a/services/config/src/device_impl.cpp b/services/config/src/device_impl.cpp index b097006..92e5183 100644 --- a/services/config/src/device_impl.cpp +++ b/services/config/src/device_impl.cpp
@@ -937,6 +937,7 @@ client->ParseIsRCSupported(input_params, _hidl_cb); break; default: + _hidl_cb(-EINVAL, {}, {}); break; } return Void();