Lines Matching refs:notify
125 static void notify(const sp<V1_0::IPreparedModelCallback>& callback, const ErrorStatus& status, in notify() function
127 callback->notify(status, preparedModel); in notify()
130 static void notify(const sp<V1_2::IPreparedModelCallback>& callback, const ErrorStatus& status, in notify() function
148 notify(callback, ErrorStatus::INVALID_ARGUMENT, nullptr); in prepareModelBase()
155 notify(callback, ErrorStatus::INVALID_ARGUMENT, nullptr); in prepareModelBase()
158 notify(callback, ErrorStatus::NONE, preparedModel); in prepareModelBase()
214 static Return<void> notify(const sp<V1_0::IExecutionCallback>& callback, const ErrorStatus& status, in notify() function
216 return callback->notify(status); in notify()
219 static Return<void> notify(const sp<V1_2::IExecutionCallback>& callback, const ErrorStatus& status, in notify() function
235 notify(callback, ErrorStatus::GENERAL_FAILURE, {}, kNoTiming); in asyncExecute()
255 returned = notify(callback, executionStatus, outputShapes, timing); in asyncExecute()
257 returned = notify(callback, executionStatus, outputShapes, kNoTiming); in asyncExecute()
280 notify(callback, ErrorStatus::INVALID_ARGUMENT, {}, kNoTiming); in executeBase()