Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java907 GetValueResult vhalResult) { in toVehicleStubResult() argument
908 if (vhalResult.status != StatusCode.OK) { in toVehicleStubResult()
910 convertVhalStatusCodeToCarPropertyManagerErrorCodes(vhalResult.status); in toVehicleStubResult()
912 } else if (vhalResult.prop == null) { in toVehicleStubResult()
921 mPropValueBuilder.build(vhalResult.prop)); in toVehicleStubResult()
960 SetValueResult vhalResult) { in toVehicleStubResult() argument
961 if (vhalResult.status != StatusCode.OK) { in toVehicleStubResult()
963 convertVhalStatusCodeToCarPropertyManagerErrorCodes(vhalResult.status); in toVehicleStubResult()