Searched refs:mPendingAsyncRequests (Results 1 – 1 of 1) sorted by relevance
399 private final LongPendingRequestPool<AsyncPropRequestInfo> mPendingAsyncRequests = field in PropertyHalService559 mPendingAsyncRequests.addPendingRequests(pendingRetryRequests); in retryIfNotExpired()943 mPendingAsyncRequests.getRequestIfFound(serviceRequestId); in getPendingAsyncPropRequestInfoLocked()978 mPendingAsyncRequests.removeRequest(serviceRequestId); in removePendingAsyncPropRequestInfoLocked()1001 assocGetInitValueRequestInfo = mPendingAsyncRequests.getRequestIfFound( in cleanupPendingAsyncSetRequestLocked()1004 mPendingAsyncRequests.removeRequest(assocInitValueRequestId); in cleanupPendingAsyncSetRequestLocked()1665 mPendingAsyncRequests.addPendingRequests(pendingRequestInfo); in prepareVehicleStubRequests()1844 for (int i = 0; i < mPendingAsyncRequests.size(); i++) { in cancelRequests()1849 AsyncPropRequestInfo propRequestInfo = mPendingAsyncRequests.valueAt(i); in cancelRequests()1852 serviceRequestIdsToCancel.add((int) mPendingAsyncRequests.keyAt(i)); in cancelRequests()[all …]