Lines Matching defs:res
91 ErrorCode res = InitializVendorHal();
92 if (res == ErrorCode::SUCCESS) {
95 ErrorCode res = ErrorCode::UNKNOWN;
97 callback->OnVendorHalRestart(res);
132 ErrorCode res = StopVendorHal(&lock);
133 if (res == ErrorCode::SUCCESS) {
175 ErrorCode res;
190 res = ErrorCode::UNKNOWN;
191 return res;
193 res = ErrorCode::SUCCESS;
194 return res;
199 ErrorCode res;
203 res = ErrorCode::UNKNOWN;
204 return res;
210 res = ErrorCode::UNKNOWN;
211 return res;
216 res = ErrorCode::SUCCESS;
217 return res;