Home
last modified time | relevance | path

Searched defs:vhalErrorCode (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java356 public static @VehicleHalStatusCodeInt int getVhalSystemErrorCode(int vhalErrorCode) { in getVhalSystemErrorCode()
363 public static int getVhalVendorErrorCode(int vhalErrorCode) { in getVhalVendorErrorCode()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java2153 int vhalErrorCode = CarPropertyErrorCodes.getVhalSystemErrorCode( in onPropertySetError() local