Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java112 private final PendingAsyncRequestPool mPendingAsyncRequestPool;
170 mPendingAsyncRequestPool = new PendingAsyncRequestPool(mHandler.getLooper()); in AidlVehicleStub()
407 private static final class PendingAsyncRequestPool { class in AidlVehicleStub
414 PendingAsyncRequestPool(Looper looper) { in PendingAsyncRequestPool() method in AidlVehicleStub.PendingAsyncRequestPool