Home
last modified time | relevance | path

Searched refs:failWithStatus (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/
DVersionedInterfaces.cpp210 const auto failWithStatus = [](ErrorStatus status) { in executeAsynchronously() local
234 return failWithStatus(ErrorStatus::GENERAL_FAILURE); in executeAsynchronously()
238 return failWithStatus(ret); in executeAsynchronously()
249 return failWithStatus(ErrorStatus::GENERAL_FAILURE); in executeAsynchronously()
260 return failWithStatus(ErrorStatus::GENERAL_FAILURE); in executeAsynchronously()
265 return failWithStatus(convertToV1_3(status)); in executeAsynchronously()
276 return failWithStatus(ErrorStatus::GENERAL_FAILURE); in executeAsynchronously()
286 return failWithStatus(ErrorStatus::GENERAL_FAILURE); in executeAsynchronously()
291 return failWithStatus(convertToV1_3(status)); in executeAsynchronously()
299 return failWithStatus(ErrorStatus::GENERAL_FAILURE); in executeAsynchronously()