Searched refs:vhalErrorCode (Results 1 – 2 of 2) sorted by relevance
152 public static @VehicleHalStatusCodeInt int getVhalSystemErrorCode(int vhalErrorCode) { in getVhalSystemErrorCode() argument153 return vhalErrorCode & SYSTEM_ERROR_CODE_MASK; in getVhalSystemErrorCode()159 public static int getVhalVendorErrorCode(int vhalErrorCode) { in getVhalVendorErrorCode() argument160 return vhalErrorCode >>> VENDOR_ERROR_CODE_SHIFT; in getVhalVendorErrorCode()
1555 int vhalErrorCode = CarPropertyErrorCodes.getVhalSystemErrorCode( in onPropertySetError() local1560 vhalErrorCode); in onPropertySetError()1562 convertStatusCodeToCarSetPropertyErrorCode(vhalErrorCode); in onPropertySetError()