Home
last modified time | relevance | path

Searched defs:onRequestsTimeout (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/
DLongPendingRequestPool.java91 void onRequestsTimeout(List<Long> requestIds); in onRequestsTimeout() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/
DPendingRequestPoolUnitTest.java66 public void onRequestsTimeout(List<Long> requestIds) { in onRequestsTimeout() method in PendingRequestPoolUnitTest.LongTestTimeoutCallback
/packages/services/Car/service/src/com/android/car/
DVehicleStub.java225 public abstract void onRequestsTimeout(List<Integer> serviceRequestIds); in onRequestsTimeout() method in VehicleStub.VehicleStubCallbackInterface
DAidlVehicleStub.java421 public void onRequestsTimeout(List<Long> vhalRequestIds) { in onRequestsTimeout() method in AidlVehicleStub.PendingAsyncRequestPool.AsyncRequestTimeoutCallback
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java426 public void onRequestsTimeout(List<Long> serviceRequestIds) { in onRequestsTimeout() method in PropertyHalService.AsyncRequestTimeoutCallback
853 public void onRequestsTimeout(List<Integer> serviceRequestIds) { in onRequestsTimeout() method in PropertyHalService.VehicleStubCallback