Home
last modified time | relevance | path

Searched defs:onPropertySetError (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl40 oneway void onPropertySetError(in android.hardware.automotive.vehicle.VehiclePropErrors errors); in onPropertySetError() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl40 oneway void onPropertySetError(in android.hardware.automotive.vehicle.VehiclePropErrors errors); in onPropertySetError() method
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl98 oneway void onPropertySetError(in VehiclePropErrors errors); in onPropertySetError() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl40 oneway void onPropertySetError(in android.hardware.automotive.vehicle.VehiclePropErrors errors); in onPropertySetError() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl40 oneway void onPropertySetError(in android.hardware.automotive.vehicle.VehiclePropErrors errors); in onPropertySetError() method
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h108 Return<void> onPropertySetError(StatusCode /* errorCode */, in onPropertySetError() function
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleCallback.cpp84 ScopedAStatus MockVehicleCallback::onPropertySetError(const VehiclePropErrors& results) { in onPropertySetError() function in android::hardware::automotive::vehicle::MockVehicleCallback
DSubscriptionManagerTest.cpp69 ScopedAStatus onPropertySetError(const VehiclePropErrors&) override { in onPropertySetError() function in android::hardware::automotive::vehicle::PropertyCallback
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp104 void onPropertySetError([[maybe_unused]] const std::vector<HalPropError>& errors) override { in onPropertySetError() function in VtsVehicleCallback