Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java117 private static class AsyncRequestInfo implements LongRequestIdWithTimeout { class in AidlVehicleStub
123 private AsyncRequestInfo( in AsyncRequestInfo() method in AidlVehicleStub.AsyncRequestInfo
412 private final LongPendingRequestPool<AsyncRequestInfo> mPendingRequestPool;
426 AsyncRequestInfo requestInfo = finishRequestIfFound(vhalRequestId); in onRequestsTimeout()
450 void addRequests(List<AsyncRequestInfo> requestInfo) { in addRequests()
456 @Nullable AsyncRequestInfo finishRequestIfFound(long vhalRequestId) { in finishRequestIfFound()
458 AsyncRequestInfo requestInfo = mPendingRequestPool.getRequestIfFound(vhalRequestId); in finishRequestIfFound()
697 AsyncRequestInfo requestInfo = mPendingAsyncRequestPool.finishRequestIfFound( in onGetSetValues()
1090 List<AsyncRequestInfo> requestInfoList = new ArrayList<>(); in prepareAndConvertAsyncRequests()
1096 requestInfoList.add(new AsyncRequestInfo( in prepareAndConvertAsyncRequests()
[all …]