Searched refs:serviceRequestIdsToCancel (Results 1 – 1 of 1) sorted by relevance
1841 List<Integer> serviceRequestIdsToCancel = new ArrayList<>(); in cancelRequests() local1852 serviceRequestIdsToCancel.add((int) mPendingAsyncRequests.keyAt(i)); in cancelRequests()1855 cancelRequestsByServiceRequestIdsLocked(serviceRequestIdsToCancel); in cancelRequests()1857 if (!serviceRequestIdsToCancel.isEmpty()) { in cancelRequests()1858 mVehicleHal.cancelRequests(serviceRequestIdsToCancel); in cancelRequests()1863 List<Integer> serviceRequestIdsToCancel = new ArrayList<>(); in onBinderDied() local1871 serviceRequestIdsToCancel.add((int) mPendingAsyncRequests.keyAt(i)); in onBinderDied()1873 cancelRequestsByServiceRequestIdsLocked(serviceRequestIdsToCancel); in onBinderDied()1875 if (!serviceRequestIdsToCancel.isEmpty()) { in onBinderDied()1876 mVehicleHal.cancelRequests(serviceRequestIdsToCancel); in onBinderDied()[all …]