Home
last modified time | relevance | path

Searched defs:VhalError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/include/
H A DVehicleUtils.h236 VhalError() : mCode(aidl::android::hardware::automotive::vehicle::StatusCode::OK) {} in VhalError() function
238 VhalError(aidl::android::hardware::automotive::vehicle::StatusCode&& code) : mCode(code) {} in VhalError() function
240 VhalError(const aidl::android::hardware::automotive::vehicle::StatusCode& code) : mCode(code) {} in VhalError() function
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/include/
H A DVehicleUtils.h236 VhalError() : mCode(aidl::android::hardware::automotive::vehicle::StatusCode::OK) {} in VhalError() function
238 VhalError(aidl::android::hardware::automotive::vehicle::StatusCode&& code) : mCode(code) {} in VhalError() function
240 VhalError(const aidl::android::hardware::automotive::vehicle::StatusCode& code) : mCode(code) {} in VhalError() function