mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
Originally process_cmd() return VideoResult<VideoCmdResponseType>. However, VideoCmdResponseType could return the error result by Sync(CmdResponse::Error). VideoResult is not needed. This CL change the returned type of process_cmd() to VideoCmdResponseType to reduce code complexity. BUG=b:181087034 TEST=emerge-hatch-arc-r crosvm Change-Id: I1795a3eb09fe36076f5ad43fdd8d1eb9e21ffcd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2731607 Tested-by: Chih-Yu Huang <akahuang@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> |
||
---|---|---|
.. | ||
src | ||
.build_test_serial | ||
Cargo.toml |