Home
last modified time | relevance | path

Searched refs:VehiclePropErrors (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java42 import android.hardware.automotive.vehicle.VehiclePropErrors;
628 public void onPropertySetError(VehiclePropErrors errors) throws RemoteException { in onPropertySetError()
629 VehiclePropErrors origErrors = (VehiclePropErrors) in onPropertySetError()
738 public void onPropertySetError(VehiclePropErrors errors) throws RemoteException { in onPropertySetError()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAidlVehicleStubUnitTest.java56 import android.hardware.automotive.vehicle.VehiclePropErrors;
1306 VehiclePropErrors errors = new VehiclePropErrors(); in testAidlVehicleCallbackOnPropertySetErrorSmallData()
1323 VehiclePropErrors errors = new VehiclePropErrors(); in testAidlVehicleCallbackOnPropertySetErrorLargeData()
1333 errors = (VehiclePropErrors) LargeParcelable.toLargeParcelable(errors, () -> { in testAidlVehicleCallbackOnPropertySetErrorLargeData()
1334 VehiclePropErrors newErrors = new VehiclePropErrors(); in testAidlVehicleCallbackOnPropertySetErrorLargeData()
/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DAidlMockedVehicleHal.java41 import android.hardware.automotive.vehicle.VehiclePropErrors;
182 VehiclePropErrors propErrors = new VehiclePropErrors(); in injectError()
/packages/services/Car/cpp/vhal/client/include/
DAidlVhalClient.h187 const aidl::android::hardware::automotive::vehicle::VehiclePropErrors& errors) override;
250 const aidl::android::hardware::automotive::vehicle::VehiclePropErrors& errors) override;
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp62 using ::aidl::android::hardware::automotive::vehicle::VehiclePropErrors;
516 ScopedAStatus GetSetValueClient::onPropertySetError([[maybe_unused]] const VehiclePropErrors&) { in onPropertySetError() argument
632 ScopedAStatus SubscriptionVehicleCallback::onPropertySetError(const VehiclePropErrors& errors) { in onPropertySetError()
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp57 using ::aidl::android::hardware::automotive::vehicle::VehiclePropErrors;
201 VehiclePropErrors propErrors = { in triggerSetErrorEvent()