Searched refs:GENERAL_FAILURE (Results 1 – 17 of 17) sorted by relevance
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | CompilationCachingTests.cpp | 393 if (status == ErrorStatus::GENERAL_FAILURE) { in checkEarlyTermination() 491 ASSERT_EQ(status, ErrorStatus::GENERAL_FAILURE); in TEST_P() 554 ASSERT_EQ(status, ErrorStatus::GENERAL_FAILURE); in TEST_P() 598 ASSERT_EQ(status, ErrorStatus::GENERAL_FAILURE); in TEST_P() 625 ASSERT_EQ(status, ErrorStatus::GENERAL_FAILURE); in TEST_P() 651 ASSERT_EQ(status, ErrorStatus::GENERAL_FAILURE); in TEST_P() 678 ASSERT_EQ(status, ErrorStatus::GENERAL_FAILURE); in TEST_P() 707 if (status != ErrorStatus::GENERAL_FAILURE) { in TEST_P() 724 if (status != ErrorStatus::GENERAL_FAILURE) { in TEST_P() 740 if (status != ErrorStatus::GENERAL_FAILURE) { in TEST_P() [all …]
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Callbacks.cpp | 102 mErrorStatus(ErrorStatus::GENERAL_FAILURE), mPreparedModel(nullptr) {} in PreparedModelCallback() 132 ExecutionCallback::ExecutionCallback() : mErrorStatus(ErrorStatus::GENERAL_FAILURE) {} in ExecutionCallback()
|
D | Callbacks.h | 380 ErrorStatus mErrorStatus = ErrorStatus::GENERAL_FAILURE;
|
D | GeneratedTestHarness.cpp | 103 return ErrorStatus::GENERAL_FAILURE; in ExecutePreparedModel() 119 return ErrorStatus::GENERAL_FAILURE; in ExecutePreparedModel() 308 executionStatus == ErrorStatus::GENERAL_FAILURE) { in EvaluatePreparedModel()
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | IDevice.hal | 36 * - GENERAL_FAILURE if there is an unspecified error 53 * - GENERAL_FAILURE if there is an unspecified error 83 * the callback with ErrorStatus::GENERAL_FAILURE and nullptr for the 84 * IPreparedModel, then return with ErrorStatus::GENERAL_FAILURE. 116 * - GENERAL_FAILURE if there is an unspecified error
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | IDevice.hal | 31 * - GENERAL_FAILURE if there is an unspecified error 48 * - GENERAL_FAILURE if there is an unspecified error 78 * the callback with ErrorStatus::GENERAL_FAILURE and nullptr for the 79 * IPreparedModel, then return with ErrorStatus::GENERAL_FAILURE. 109 * - GENERAL_FAILURE if there is an unspecified error
|
D | IPreparedModel.hal | 37 * ErrorStatus::GENERAL_FAILURE, then return with 38 * ErrorStatus::GENERAL_FAILURE. 63 * - GENERAL_FAILURE if there is an unspecified error
|
D | IExecutionCallback.hal | 36 * - GENERAL_FAILURE if the asynchronous task resulted in an
|
D | IPreparedModelCallback.hal | 43 * - GENERAL_FAILURE if the asynchronous task resulted in an
|
D | types.hal | 1848 GENERAL_FAILURE,
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IPreparedModel.hal | 42 * ErrorStatus::GENERAL_FAILURE, then return with 43 * ErrorStatus::GENERAL_FAILURE. 73 * - GENERAL_FAILURE if there is an unspecified error 112 * - GENERAL_FAILURE if there is an unspecified error 149 * - GENERAL_FAILURE if there is an unspecified error
|
D | IDevice.hal | 51 * - GENERAL_FAILURE if the query resulted in an 70 * - GENERAL_FAILURE if the query resulted in an 84 * - GENERAL_FAILURE if there is an unspecified error 98 * - GENERAL_FAILURE if there is an unspecified error 116 * - GENERAL_FAILURE if there is an unspecified error 156 * - GENERAL_FAILURE if there is an unspecified error 202 * ErrorStatus::GENERAL_FAILURE and nullptr for the IPreparedModel, then return 203 * with ErrorStatus::GENERAL_FAILURE. 262 * - GENERAL_FAILURE if there is an unspecified error 301 * with ErrorStatus::GENERAL_FAILURE and nullptr for the IPreparedModel, then [all …]
|
D | IBurstCallback.hal | 34 * - GENERAL_FAILURE if there is an unspecified error
|
D | IExecutionCallback.hal | 40 * - GENERAL_FAILURE if the asynchronous task resulted in an
|
D | IPreparedModelCallback.hal | 45 * - GENERAL_FAILURE if the asynchronous task resulted in an
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | PreparedModel.cpp | 40 model->execute(request) == true ? ErrorStatus::NONE : ErrorStatus::GENERAL_FAILURE; in asyncExecute()
|
D | Device.cpp | 97 ret = callback->notify(ErrorStatus::GENERAL_FAILURE, nullptr); in asyncPrepare()
|