Searched refs:mPendingAsyncRequestPool (Results 1 – 1 of 1) sorted by relevance
112 private final PendingAsyncRequestPool mPendingAsyncRequestPool; field in AidlVehicleStub170 mPendingAsyncRequestPool = new PendingAsyncRequestPool(mHandler.getLooper()); in AidlVehicleStub()184 return mPendingAsyncRequestPool.size() in countPendingRequests()368 mPendingAsyncRequestPool.cancelRequests(serviceRequestIds); in cancelRequests()690 if (!mPendingAsyncRequestPool.contains(vhalRequestId)) { in onGetSetValues()697 AsyncRequestInfo requestInfo = mPendingAsyncRequestPool.finishRequestIfFound( in onGetSetValues()1081 mPendingAsyncRequestPool.removeRequestsForCallback(clientCallback); in prepareAndConvertAsyncRequests()1100 mPendingAsyncRequestPool.addRequests(requestInfoList); in prepareAndConvertAsyncRequests()1123 AsyncRequestInfo requestInfo = mPendingAsyncRequestPool.finishRequestIfFound( in handleAsyncExceptionFromVhal()