Home
last modified time | relevance | path

Searched defs:errorCodes (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DVehicleStub.java146 public GetVehicleStubAsyncResult(int serviceRequestId, CarPropertyErrorCodes errorCodes) { in GetVehicleStubAsyncResult()
193 public SetVehicleStubAsyncResult(int serviceRequestId, CarPropertyErrorCodes errorCodes) { in SetVehicleStubAsyncResult()
DHidlVehicleStub.java308 private void callGetAsyncErrorCallback(CarPropertyErrorCodes errorCodes, int serviceRequestId, in callGetAsyncErrorCallback()
314 private void callSetAsyncErrorCallback(CarPropertyErrorCodes errorCodes, int serviceRequestId, in callSetAsyncErrorCallback()
DAidlVehicleStub.java554 CarPropertyErrorCodes errorCodes); in addErrorResult()
882 CarPropertyErrorCodes errorCodes) { in addErrorResult()
934 CarPropertyErrorCodes errorCodes) { in addErrorResult()
1113 VehicleStubCallbackInterface vehicleStubCallback, CarPropertyErrorCodes errorCodes, in handleAsyncExceptionFromVhal()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java142 CarPropertyErrorCodes errorCodes = new CarPropertyErrorCodes( in convertVhalStatusCodeToCarPropertyManagerErrorCodes() local
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java250 GetSetValueResult toErrorResult(CarPropertyErrorCodes errorCodes) { in toErrorResult()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java667 CarPropertyErrorCodes errorCodes = new CarPropertyErrorCodes( in testGetCarPropertyValuesAsync_errorResultVendorErrorCode() local