mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Merge "Correct grammatical error in README.md" am: 00baab69f1
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1741753 Change-Id: I5fed42182ea9c468094c46928976cb0204bbdeb2
This commit is contained in:
@@ -44,7 +44,7 @@ const V1_0::ErrorStatus versionedAfter = V1_0::utils::convert(canonical).value()
|
|||||||
EXPECT_EQ(versionedBefore, versionedAfter);
|
EXPECT_EQ(versionedBefore, versionedAfter);
|
||||||
```
|
```
|
||||||
|
|
||||||
The `convert` functions operate only on types that used in a HIDL method call directly. The
|
The `convert` functions operate only on types that are used in a HIDL method call directly. The
|
||||||
`unvalidatedConvert` functions operate on types that are either used in a HIDL method call directly
|
`unvalidatedConvert` functions operate on types that are either used in a HIDL method call directly
|
||||||
(i.e., not as a nested class) or used in a subsequent version of the NN HAL. Prefer using `convert`
|
(i.e., not as a nested class) or used in a subsequent version of the NN HAL. Prefer using `convert`
|
||||||
over `unvalidatedConvert`.
|
over `unvalidatedConvert`.
|
||||||
|
|||||||
Reference in New Issue
Block a user