Searched refs:VehiclePropErrors (Results 1 – 6 of 6) sorted by relevance
42 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()
56 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()
41 import android.hardware.automotive.vehicle.VehiclePropErrors;182 VehiclePropErrors propErrors = new VehiclePropErrors(); in injectError()
187 const aidl::android::hardware::automotive::vehicle::VehiclePropErrors& errors) override;250 const aidl::android::hardware::automotive::vehicle::VehiclePropErrors& errors) override;
62 using ::aidl::android::hardware::automotive::vehicle::VehiclePropErrors;516 ScopedAStatus GetSetValueClient::onPropertySetError([[maybe_unused]] const VehiclePropErrors&) { in onPropertySetError() argument632 ScopedAStatus SubscriptionVehicleCallback::onPropertySetError(const VehiclePropErrors& errors) { in onPropertySetError()
57 using ::aidl::android::hardware::automotive::vehicle::VehiclePropErrors;201 VehiclePropErrors propErrors = { in triggerSetErrorEvent()