Searched defs:VhalError (Results 1 – 1 of 1) sorted by relevance
236 VhalError() : mCode(aidl::android::hardware::automotive::vehicle::StatusCode::OK) {} in VhalError() function238 VhalError(aidl::android::hardware::automotive::vehicle::StatusCode&& code) : mCode(code) {} in VhalError() function240 VhalError(const aidl::android::hardware::automotive::vehicle::StatusCode& code) : mCode(code) {} in VhalError() function