Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
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