Lines Matching refs:ErrorStatus
31 void notify(const sp<V1_0::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status,
34 void notify(const sp<V1_2::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status,
37 void notify(const sp<V1_3::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status,
40 void notify(const sp<V1_0::IExecutionCallback>& callback, const V1_3::ErrorStatus& status,
43 void notify(const sp<V1_2::IExecutionCallback>& callback, const V1_3::ErrorStatus& status,
46 void notify(const sp<V1_3::IExecutionCallback>& callback, const V1_3::ErrorStatus& status,
50 V1_3::ErrorStatus prepareModelBase(const T_Model& model, const SampleDriver* driver,
58 return V1_3::ErrorStatus::INVALID_ARGUMENT;
66 notify(callback, V1_3::ErrorStatus::INVALID_ARGUMENT, nullptr);
67 return V1_3::ErrorStatus::INVALID_ARGUMENT;
70 notify(callback, V1_3::ErrorStatus::INVALID_ARGUMENT, nullptr);
71 return V1_3::ErrorStatus::NONE;
75 notify(callback, V1_3::ErrorStatus::MISSED_DEADLINE_PERSISTENT, nullptr);
76 return V1_3::ErrorStatus::NONE;
84 notify(callback, V1_3::ErrorStatus::INVALID_ARGUMENT, nullptr);
87 notify(callback, V1_3::ErrorStatus::NONE, preparedModel);
90 return V1_3::ErrorStatus::NONE;