Lines Matching refs:ErrorStatus
28 void notify(const sp<hal::V1_0::IPreparedModelCallback>& callback, const hal::ErrorStatus& status,
31 void notify(const sp<hal::V1_2::IPreparedModelCallback>& callback, const hal::ErrorStatus& status,
34 void notify(const sp<hal::V1_3::IPreparedModelCallback>& callback, const hal::ErrorStatus& status,
37 void notify(const sp<hal::V1_0::IExecutionCallback>& callback, const hal::ErrorStatus& status,
40 void notify(const sp<hal::V1_2::IExecutionCallback>& callback, const hal::ErrorStatus& status,
43 void notify(const sp<hal::V1_3::IExecutionCallback>& callback, const hal::ErrorStatus& status,
47 hal::ErrorStatus prepareModelBase(const T_Model& model, const SampleDriver* driver,
55 return hal::ErrorStatus::INVALID_ARGUMENT;
63 notify(callback, hal::ErrorStatus::INVALID_ARGUMENT, nullptr);
64 return hal::ErrorStatus::INVALID_ARGUMENT;
67 notify(callback, hal::ErrorStatus::INVALID_ARGUMENT, nullptr);
68 return hal::ErrorStatus::NONE;
72 notify(callback, hal::ErrorStatus::MISSED_DEADLINE_PERSISTENT, nullptr);
73 return hal::ErrorStatus::NONE;
81 notify(callback, hal::ErrorStatus::INVALID_ARGUMENT, nullptr);
84 notify(callback, hal::ErrorStatus::NONE, preparedModel);
87 return hal::ErrorStatus::NONE;