Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/
DLongPendingRequestPool.java88 void onRequestsTimeout(List<Long> requestIds); in onRequestsTimeout() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/
DPendingRequestPoolUnitTest.java65 public void onRequestsTimeout(List<Long> requestIds) { in onRequestsTimeout() method in PendingRequestPoolUnitTest.LongTestTimeoutCallback
/packages/services/Car/service/src/com/android/car/
DVehicleStub.java238 public abstract void onRequestsTimeout(List<Integer> serviceRequestIds); in onRequestsTimeout() method in VehicleStub.VehicleStubCallbackInterface
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java353 public void onRequestsTimeout(List<Long> serviceRequestIds) { in onRequestsTimeout() method in PropertyHalService.AsyncRequestTimeoutCallback
712 public void onRequestsTimeout(List<Integer> serviceRequestIds) { in onRequestsTimeout() method in PropertyHalService.VehicleStubCallback