Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java120 @VehicleHalStatusCodeInt int systemErrorCode = getVhalSystemErrorCode(errorCode); in convertVhalStatusCodeToCarPropertyManagerErrorCodes()
152 public static @VehicleHalStatusCodeInt int getVhalSystemErrorCode(int vhalErrorCode) { in getVhalSystemErrorCode() method in CarPropertyErrorCodes
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyErrorCodesUnitTest.java157 assertThat(CarPropertyErrorCodes.getVhalSystemErrorCode(COMBINED_ERROR_CODE)).isEqualTo( in testGetVhalSystemErrorcode()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java572 int errorCode = CarPropertyErrorCodes.getVhalSystemErrorCode(e.errorCode); in getAndDispatchPropertyInitValue()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1555 int vhalErrorCode = CarPropertyErrorCodes.getVhalSystemErrorCode( in onPropertySetError()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java2844 int errorCode = CarPropertyErrorCodes.getVhalSystemErrorCode(e.errorCode); in handleCarServiceSpecificException()