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

Commit f5555f44 authored by Terry Guan's avatar Terry Guan Committed by Android (Google) Code Review
Browse files

Merge "Changed Status code"

parents 1596e385 197ac130
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@
package android.hardware.automotive.vehicle;

/**
 * Error codes used in vehicle HAL interface.
 * Error codes used in vehicle HAL interface. System defined error codes will have the range from
 * 0x00000000 to 0x0000ffff and vendor error codes will have the range from 0x0000 << 16 to
 * 0xffff << 16. The error code is formatted as [VENDOR_ERROR] << 16 | [SYSTEM_ERROR]
 */
@VintfStability
@Backing(type="int")