Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl22 import android.hardware.automotive.vehicle.VehiclePropErrors;
98 oneway void onPropertySetError(in VehiclePropErrors errors); in onPropertySetError()
DVehiclePropErrors.aidl24 parcelable VehiclePropErrors {
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleCallback.h57 const aidl::android::hardware::automotive::vehicle::VehiclePropErrors&) override;
67 std::optional<aidl::android::hardware::automotive::vehicle::VehiclePropErrors>
84 std::list<aidl::android::hardware::automotive::vehicle::VehiclePropErrors>
DMockVehicleCallback.cpp31 using ::aidl::android::hardware::automotive::vehicle::VehiclePropErrors;
84 ScopedAStatus MockVehicleCallback::onPropertySetError(const VehiclePropErrors& results) { in onPropertySetError()
114 std::optional<VehiclePropErrors> MockVehicleCallback::nextOnPropertySetErrorResults() { in nextOnPropertySetErrorResults()
DSubscriptionManagerTest.cpp45 using ::aidl::android::hardware::automotive::vehicle::VehiclePropErrors;
69 ScopedAStatus onPropertySetError(const VehiclePropErrors&) override { in onPropertySetError() argument
DDefaultVehicleHalTest.cpp67 using ::aidl::android::hardware::automotive::vehicle::VehiclePropErrors;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/
DVehiclePropErrors.aidl36 parcelable VehiclePropErrors {
DIVehicleCallback.aidl40 oneway void onPropertySetError(in android.hardware.automotive.vehicle.VehiclePropErrors errors); in onPropertySetError()
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DVehiclePropErrors.aidl36 parcelable VehiclePropErrors {
DIVehicleCallback.aidl40 oneway void onPropertySetError(in android.hardware.automotive.vehicle.VehiclePropErrors errors); in onPropertySetError()
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DVehiclePropErrors.aidl36 parcelable VehiclePropErrors {
DIVehicleCallback.aidl40 oneway void onPropertySetError(in android.hardware.automotive.vehicle.VehiclePropErrors errors); in onPropertySetError()
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/
DVehiclePropErrors.aidl36 parcelable VehiclePropErrors {
DIVehicleCallback.aidl40 oneway void onPropertySetError(in android.hardware.automotive.vehicle.VehiclePropErrors errors); in onPropertySetError()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DConnectedClient.cpp42 using ::aidl::android::hardware::automotive::vehicle::VehiclePropErrors;
288 VehiclePropErrors vehiclePropErrorsLargeParcelable; in sendPropertySetErrors()