Lines Matching refs:vehicle
37 aidl::android::hardware::automotive::vehicle::StatusCode status;
78 const aidl::android::hardware::automotive::vehicle::StatusCode& code) { in statusCodeToErrorCode()
80 case aidl::android::hardware::automotive::vehicle::StatusCode::OK: in statusCodeToErrorCode()
82 case aidl::android::hardware::automotive::vehicle::StatusCode::TRY_AGAIN: in statusCodeToErrorCode()
84 case aidl::android::hardware::automotive::vehicle::StatusCode::INVALID_ARG: in statusCodeToErrorCode()
86 case aidl::android::hardware::automotive::vehicle::StatusCode::NOT_AVAILABLE: in statusCodeToErrorCode()
88 case aidl::android::hardware::automotive::vehicle::StatusCode::ACCESS_DENIED: in statusCodeToErrorCode()
90 case aidl::android::hardware::automotive::vehicle::StatusCode::INTERNAL_ERROR: in statusCodeToErrorCode()
107 VhalClientError(aidl::android::hardware::automotive::vehicle::StatusCode&& code) : in VhalClientError()
110 VhalClientError(const aidl::android::hardware::automotive::vehicle::StatusCode& code) : in VhalClientError()
141 const std::vector<aidl::android::hardware::automotive::vehicle::SubscribeOptions>&
197 aidl::android::hardware::automotive::vehicle::SubscribeOptions build() { in build()