Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java599 GetVehicleStubAsyncResult getVehicleStubAsyncResult, in parseGetAsyncResults() argument
601 int carPropMgrErrorCode = getVehicleStubAsyncResult.getErrorCode(); in parseGetAsyncResults()
605 getVehicleStubAsyncResult.getCarPropertyErrorCodes()); in parseGetAsyncResults()
624 HalPropValue halPropValue = getVehicleStubAsyncResult.getHalPropValue(); in parseGetAsyncResults()
666 GetVehicleStubAsyncResult getVehicleStubAsyncResult = in onGetAsyncResults() local
668 int serviceRequestId = getVehicleStubAsyncResult.getServiceRequestId(); in onGetAsyncResults()
677 int carPropMgrErrorCode = getVehicleStubAsyncResult.getErrorCode(); in onGetAsyncResults()
687 GetSetValueResult result = parseGetAsyncResults(getVehicleStubAsyncResult, in onGetAsyncResults()