Searched refs:notifyInternal (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | PreparedModelCallback.cpp | 21 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()
|
D | PreparedModelCallback.h | 196 hardware::Return<void> notifyInternal(bool deadObject, ErrorStatus errorStatus,
|
/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionCallback.cpp | 31 notifyInternal(status, outputShapes, timing); in notify() 114 void ExecutionCallback::notifyInternal(ErrorStatus errorStatus, in notifyInternal() function in android::nn::ExecutionCallback
|
D | ExecutionCallback.h | 208 void notifyInternal(ErrorStatus errorStatus, std::vector<OutputShape> outputShapes,
|