Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java71 import com.android.car.VehicleStub.VehicleStubCallbackInterface;
257 Map<VehicleStubCallbackInterface, List<GetVehicleStubAsyncResult>> callbackToGetResults = in deliverResult()
259 Map<VehicleStubCallbackInterface, List<SetVehicleStubAsyncResult>> callbackToSetResults = in deliverResult()
264 VehicleStubCallbackInterface callback = (VehicleStubCallbackInterface) args[1]; in deliverResult()
291 for (VehicleStubCallbackInterface callback : callbackToGetResults.keySet()) { in deliverResult()
294 for (VehicleStubCallbackInterface callback : callbackToSetResults.keySet()) { in deliverResult()
375 any(VehicleStubCallbackInterface.class)); in testGetCarPropertyValuesAsync()
401 any(VehicleStubCallbackInterface.class)); in testGetCarPropertyValuesAsync_multipleRequests()
424 }).when(mVehicleHal).getAsync(anyList(), any(VehicleStubCallbackInterface.class)); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()
508 }).when(mVehicleHal).getAsync(anyList(), any(VehicleStubCallbackInterface.class)); in testGetCarPropertyValuesAsync_normalResult()
[all …]
DVehicleHalTest.java122 @Mock private VehicleStub.VehicleStubCallbackInterface mGetVehicleStubAsyncCallback;
123 @Mock private VehicleStub.VehicleStubCallbackInterface mSetVehicleStubAsyncCallback;
333 any(VehicleStub.VehicleStubCallbackInterface.class));
349 any(VehicleStub.VehicleStubCallbackInterface.class));
362 any(VehicleStub.VehicleStubCallbackInterface.class));
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java119 private final VehicleStubCallbackInterface mClientCallback;
126 VehicleStubCallbackInterface clientCallback, in AsyncRequestInfo()
148 public VehicleStubCallbackInterface getClientCallback() { in getClientCallback()
347 VehicleStubCallbackInterface getCallback) { in getAsync()
354 VehicleStubCallbackInterface setCallback) { in setAsync()
422 ArrayMap<VehicleStubCallbackInterface, List<Integer>> serviceRequestIdsByCallback = in onRequestsTimeout()
434 VehicleStubCallbackInterface getAsyncCallback = requestInfo.getClientCallback(); in onRequestsTimeout()
496 void removeRequestsForCallback(VehicleStubCallbackInterface callback) { in removeRequestsForCallback()
548 protected Map<VehicleStubCallbackInterface, List<VehicleStubResultType>> mCallbackToResults;
553 abstract void addErrorResult(VehicleStubCallbackInterface callback, int serviceRequestId, in addErrorResult()
[all …]
DVehicleStub.java202 public abstract static class VehicleStubCallbackInterface { class in VehicleStub
232 VehicleStubCallbackInterface getVehicleStubAsyncCallback); in getAsync()
238 VehicleStubCallbackInterface setVehicleStubAsyncCallback); in setAsync()
DHidlVehicleStub.java234 VehicleStubCallbackInterface getVehicleStubAsyncCallback) { in getAsync()
278 VehicleStubCallbackInterface setVehicleStubAsyncCallback) { in setAsync()
309 VehicleStubCallbackInterface callback) { in callGetAsyncErrorCallback()
315 VehicleStubCallbackInterface callback) { in callSetAsyncErrorCallback()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java191 VehicleStubCallbackInterface getVehicleStubAsyncCallback) { in getAsync()
234 VehicleStubCallbackInterface setVehicleStubAsyncCallback) { in setAsync()
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java1754 VehicleStub.VehicleStubCallbackInterface getVehicleStubAsyncCallback) { in getAsync()
1762 VehicleStub.VehicleStubCallbackInterface setVehicleStubAsyncCallback) { in setAsync()
DPropertyHalService.java76 import com.android.car.VehicleStub.VehicleStubCallbackInterface;
453 private class VehicleStubCallback extends VehicleStubCallbackInterface {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DHidlVehicleStubUnitTest.java98 private VehicleStub.VehicleStubCallbackInterface mAsyncCallback;
DAidlVehicleStubUnitTest.java114 private VehicleStub.VehicleStubCallbackInterface mAsyncCallback;
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java63 import com.android.car.VehicleStub.VehicleStubCallbackInterface;
154 private VehicleStubCallbackInterface mCallback;