Home
last modified time | relevance | path

Searched refs:notifyInternal (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DPreparedModelCallback.cpp21 hardware::Return<void> PreparedModelCallback::notifyInternal( in notifyInternal() function in android::nn::PreparedModelCallback
44 return notifyInternal(false, uncheckedConvert(errorStatus), preparedModel); in notify()
49 return notifyInternal(false, uncheckedConvert(errorStatus), preparedModel); in notify_1_2()
54 return notifyInternal(false, uncheckedConvert(errorStatus), preparedModel); in notify_1_3()
58 notifyInternal(true, ErrorStatus::GENERAL_FAILURE, nullptr); in notifyAsDeadObject()
DPreparedModelCallback.h196 hardware::Return<void> notifyInternal(bool deadObject, ErrorStatus errorStatus,
/packages/modules/NeuralNetworks/runtime/
DExecutionCallback.cpp31 notifyInternal(status, outputShapes, timing); in notify()
114 void ExecutionCallback::notifyInternal(ErrorStatus errorStatus, in notifyInternal() function in android::nn::ExecutionCallback
DExecutionCallback.h208 void notifyInternal(ErrorStatus errorStatus, std::vector<OutputShape> outputShapes,