Lines Matching refs:hal

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,
38 const hal::hidl_vec<hal::OutputShape>&, hal::Timing);
40 void notify(const sp<hal::V1_2::IExecutionCallback>& callback, const hal::ErrorStatus& status,
41 const hal::hidl_vec<hal::OutputShape>& outputShapes, hal::Timing timing);
43 void notify(const sp<hal::V1_3::IExecutionCallback>& callback, const hal::ErrorStatus& status,
44 const hal::hidl_vec<hal::OutputShape>& outputShapes, hal::Timing timing);
47 hal::ErrorStatus prepareModelBase(const T_Model& model, const SampleDriver* driver,
48 hal::ExecutionPreference preference, hal::Priority priority,
49 const hal::OptionalTimePoint& halDeadline,
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;