Searched refs:mTimeoutCallback (Results 1 – 3 of 3) sorted by relevance
43 private final TimeoutCallback mTimeoutCallback; field in LongPendingRequestPool71 mTimeoutCallback.onRequestsTimeout(requestIdsCopy); in handleMessage()93 mTimeoutCallback = callback; in LongPendingRequestPool()
514 private final TimeoutCallback mTimeoutCallback = new AsyncRequestTimeoutCallback(); field in AidlVehicleStub.PendingAsyncRequestPool521 mPendingRequestPool = new LongPendingRequestPool<>(mLooper, mTimeoutCallback); in PendingAsyncRequestPool()
465 private final TimeoutCallback mTimeoutCallback = new AsyncRequestTimeoutCallback(); field in PropertyHalService478 new LongPendingRequestPool<>(mHandler.getLooper(), mTimeoutCallback);