displayconfig: perform hidl_cb for default switch case
Change-Id: Iff191b7278840e39aedd68f2436368e6453cdcd6 CRs-Fixed: 2777786
This commit is contained in:
committed by
Rheygine Medel
parent
7c6fc8e155
commit
d08bb82222
@@ -937,6 +937,7 @@ Return<void> DeviceImpl::perform(uint64_t client_handle, uint32_t op_code,
|
|||||||
client->ParseIsRCSupported(input_params, _hidl_cb);
|
client->ParseIsRCSupported(input_params, _hidl_cb);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
_hidl_cb(-EINVAL, {}, {});
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return Void();
|
return Void();
|
||||||
|
|||||||
Reference in New Issue
Block a user