Searched refs:VehiclePropErrors (Results 1 – 6 of 6) sorted by relevance
47 import android.hardware.automotive.vehicle.VehiclePropErrors;744 public void onPropertySetError(VehiclePropErrors errors) throws RemoteException { in onPropertySetError()745 VehiclePropErrors origErrors = (VehiclePropErrors) in onPropertySetError()747 errors, errors.sharedMemoryFd, VehiclePropErrors.CREATOR); in onPropertySetError()919 public void onPropertySetError(VehiclePropErrors errors) throws RemoteException { in onPropertySetError()
47 import android.hardware.automotive.vehicle.VehiclePropErrors;197 VehiclePropErrors propErrors = new VehiclePropErrors(); in injectError()
65 import android.hardware.automotive.vehicle.VehiclePropErrors;1349 VehiclePropErrors errors = new VehiclePropErrors(); in testAidlVehicleCallbackOnPropertySetErrorSmallData()1367 VehiclePropErrors errors = new VehiclePropErrors(); in testAidlVehicleCallbackOnPropertySetErrorLargeData()1377 errors = (VehiclePropErrors) LargeParcelable.toLargeParcelable(errors, () -> { in testAidlVehicleCallbackOnPropertySetErrorLargeData()1378 VehiclePropErrors newErrors = new VehiclePropErrors(); in testAidlVehicleCallbackOnPropertySetErrorLargeData()
236 const aidl::android::hardware::automotive::vehicle::VehiclePropErrors& errors) override;302 const aidl::android::hardware::automotive::vehicle::VehiclePropErrors& errors) override;
66 using ::aidl::android::hardware::automotive::vehicle::VehiclePropErrors;636 ScopedAStatus GetSetValueClient::onPropertySetError([[maybe_unused]] const VehiclePropErrors&) { in onPropertySetError() argument793 ScopedAStatus SubscriptionVehicleCallback::onPropertySetError(const VehiclePropErrors& errors) { in onPropertySetError()
63 using ::aidl::android::hardware::automotive::vehicle::VehiclePropErrors;224 VehiclePropErrors propErrors = { in triggerSetErrorEvent()