Home
last modified time | relevance | path

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

/packages/services/Car/cpp/vhal/client/include/
DIVhalClient.h101 VhalClientError() : mCode(ErrorCode::OK) {} in VhalClientError() function
103 VhalClientError(ErrorCode&& code) : mCode(code) {} in VhalClientError() function
105 VhalClientError(const ErrorCode& code) : mCode(code) {} in VhalClientError() function
107 VhalClientError(aidl::android::hardware::automotive::vehicle::StatusCode&& code) : in VhalClientError() function
110 VhalClientError(const aidl::android::hardware::automotive::vehicle::StatusCode& code) : in VhalClientError() function