Home
last modified time | relevance | path

Searched refs:IAsyncPropertyResultCallback (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/property/
DICarProperty.aidl24 import com.android.car.internal.property.IAsyncPropertyResultCallback;
56 in IAsyncPropertyResultCallback asyncPropertyResultCallback, in getPropertiesAsync()
70 in IAsyncPropertyResultCallback asyncPropertyResultCallback, in setPropertiesAsync()
DCarPropertyManager.java71 import com.android.car.internal.property.IAsyncPropertyResultCallback;
848 private class AsyncPropertyResultCallback extends IAsyncPropertyResultCallback.Stub {
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java81 import com.android.car.internal.property.IAsyncPropertyResultCallback;
1012 any(IAsyncPropertyResultCallback.class), anyLong()); in testGetPropertiesAsync_illegalArgumentException()
1024 any(IAsyncPropertyResultCallback.class), anyLong()); in testGetPropertiesAsync_SecurityException()
1044 any(IAsyncPropertyResultCallback.class), anyLong()); in testGetPropertiesAsync_remoteException()
1058 any(IAsyncPropertyResultCallback.class), anyLong()); in testGetPropertiesAsync_clearRequestIdAfterFailed()
1067 any(IAsyncPropertyResultCallback.class), anyLong()); in testGetPropertiesAsync_clearRequestIdAfterFailed()
1086 List<IAsyncPropertyResultCallback> callbackWrapper = new ArrayList<>(); in testGetPropertiesAsync_cancellationSignalCancelRequests()
1089 callbackWrapper.add((IAsyncPropertyResultCallback) args[1]); in testGetPropertiesAsync_cancellationSignalCancelRequests()
1126 IAsyncPropertyResultCallback getAsyncPropertyResultCallback = in testOnGetValueResult_onSuccess()
1127 (IAsyncPropertyResultCallback) args[1]; in testOnGetValueResult_onSuccess()
[all …]
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java43 import com.android.car.internal.property.IAsyncPropertyResultCallback;
131 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) in getPropertiesAsync()
149 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) in setPropertiesAsync()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DIAsyncPropertyResultCallback.aidl26 oneway interface IAsyncPropertyResultCallback { interface
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java90 import com.android.car.internal.property.IAsyncPropertyResultCallback;
454 private final IAsyncPropertyResultCallback mAsyncPropertyResultCallback;
458 IAsyncPropertyResultCallback asyncPropertyResultCallback) { in VehicleStubCallback()
1674 IAsyncPropertyResultCallback asyncPropertyResultCallback) { in createVehicleStubCallback()
1714 IAsyncPropertyResultCallback asyncPropertyResultCallback, in getCarPropertyValuesAsync()
1813 IAsyncPropertyResultCallback asyncPropertyResultCallback, in setCarPropertyValuesAsync()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java70 import com.android.car.internal.property.IAsyncPropertyResultCallback;
1002 IAsyncPropertyResultCallback asyncPropertyResultCallback, in validateGetSetAsyncParameters()
1015 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) { in getPropertiesAsync()
1040 IAsyncPropertyResultCallback asyncPropertyResultCallback, in setPropertiesAsync()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java64 import com.android.car.internal.property.IAsyncPropertyResultCallback;
101 private IAsyncPropertyResultCallback mAsyncPropertyResultCallback;
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java80 import com.android.car.internal.property.IAsyncPropertyResultCallback;
111 private IAsyncPropertyResultCallback mGetAsyncPropertyResultCallback;
113 private IAsyncPropertyResultCallback mSetAsyncPropertyResultCallback;