Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DHidlVehicleStub.java234 VehicleStubCallbackInterface getVehicleStubAsyncCallback) { in getAsync() argument
246 getVehicleStubAsyncCallback); in getAsync()
256 serviceRequestId, getVehicleStubAsyncCallback); in getAsync()
266 serviceRequestId, getVehicleStubAsyncCallback); in getAsync()
270 getVehicleStubAsyncCallback.onGetAsyncResults( in getAsync()
DVehicleStub.java232 VehicleStubCallbackInterface getVehicleStubAsyncCallback); in getAsync() argument
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java616 VehicleStubCallbackInterface getVehicleStubAsyncCallback = in testGetCarPropertyValuesAsync_timeoutFromVehicleStub() local
619 getVehicleStubAsyncCallback.onRequestsTimeout(List.of( in testGetCarPropertyValuesAsync_timeoutFromVehicleStub()
757 VehicleStubCallbackInterface getVehicleStubAsyncCallback = in testGetCarPropertyValuesAsync_multipleResultsSameCall() local
776 getVehicleStubAsyncCallback.onGetAsyncResults(getVehicleStubAsyncResults); in testGetCarPropertyValuesAsync_multipleResultsSameCall()
807 VehicleStubCallbackInterface getVehicleStubAsyncCallback = in testGetCarPropertyValuesAsync_multipleResultsDifferentCalls() local
820 getVehicleStubAsyncCallback.onGetAsyncResults( in testGetCarPropertyValuesAsync_multipleResultsDifferentCalls()
823 getVehicleStubAsyncCallback.onGetAsyncResults( in testGetCarPropertyValuesAsync_multipleResultsDifferentCalls()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java191 VehicleStubCallbackInterface getVehicleStubAsyncCallback) { in getAsync() argument
222 getVehicleStubAsyncCallback.onGetAsyncResults(onGetAsyncResultList); in getAsync()
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java1754 VehicleStub.VehicleStubCallbackInterface getVehicleStubAsyncCallback) { in getAsync() argument
1755 mVehicleStub.getAsync(getVehicleStubAsyncRequests, getVehicleStubAsyncCallback); in getAsync()