Home
last modified time | relevance | path

Searched refs:getVhalSystemErrorCode (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java158 @VehicleHalStatusCodeInt int systemErrorCode = getVhalSystemErrorCode(vhalStatusCode); in createFromVhalStatusCode()
356 public static @VehicleHalStatusCodeInt int getVhalSystemErrorCode(int vhalErrorCode) { in getVhalSystemErrorCode() method in CarPropertyErrorCodes
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyErrorCodesUnitTest.java189 assertThat(CarPropertyErrorCodes.getVhalSystemErrorCode(COMBINED_ERROR_CODE)).isEqualTo( in testGetVhalSystemErrorcode()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java647 int errorCode = CarPropertyErrorCodes.getVhalSystemErrorCode(e.errorCode); in getAndDispatchPropertyInitValue()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java2153 int vhalErrorCode = CarPropertyErrorCodes.getVhalSystemErrorCode( in onPropertySetError()