Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java600 AsyncPropRequestInfo clientRequestInfo) { in parseGetAsyncResults() argument
604 return clientRequestInfo.toErrorResult( in parseGetAsyncResults()
609 int mgrPropId = clientRequestInfo.getPropertyId(); in parseGetAsyncResults()
617 clientRequestInfo.getPropertyName()); in parseGetAsyncResults()
618 return clientRequestInfo.toErrorResult( in parseGetAsyncResults()
626 return clientRequestInfo.toErrorResult( in parseGetAsyncResults()
633 return clientRequestInfo.toErrorResult( in parseGetAsyncResults()
641 return clientRequestInfo.toGetValueResult( in parseGetAsyncResults()
647 return clientRequestInfo.toErrorResult( in parseGetAsyncResults()
669 AsyncPropRequestInfo clientRequestInfo = in onGetAsyncResults() local
[all …]